summaryrefslogtreecommitdiff
path: root/src/gl/window.c
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-06-16 22:27:08 -0500
committersanine <sanine.not@pm.me>2022-06-16 22:27:08 -0500
commit2c566f629c3ddb0bee6e338ee6b691480c7dd280 (patch)
tree6610a42d3094a441edd101f712bd138bc0d41622 /src/gl/window.c
parent2cdda7ca1276b7f8cc3c235262aa5d9a1204d954 (diff)
add mock_**queue macros
Diffstat (limited to 'src/gl/window.c')
-rw-r--r--src/gl/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gl/window.c b/src/gl/window.c
index c81c041..80d636d 100644
--- a/src/gl/window.c
+++ b/src/gl/window.c
@@ -5,5 +5,6 @@
int gl_init(lua_State *L)
{
+ glfwInit();
return 0;
}