Move gl binding code into its own module

This commit is contained in:
Kovid Goyal 2017-09-09 11:37:51 +05:30
parent dd8be35922
commit 457bf8c289
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 82 additions and 76 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
cloc --exclude-list-file <(echo -e 'kitty/wcwidth9.h\nkitty/unicode-data.h\nkitty/gl.h\nkitty/glfw.c\nkitty/glfw.h\nkitty/charsets.c\nkitty/key_encoding.py\nkitty/rgb.py') kitty
cloc --exclude-list-file <(echo -e 'kitty/wcwidth9.h\nkitty/unicode-data.h\nkitty/gl.c\nkitty/glfw.c\nkitty/glfw.h\nkitty/charsets.c\nkitty/key_encoding.py\nkitty/rgb.py') kitty