extern "C" so that I can also use c++
[vkrt] / src / main.c
index 94d6269..af4277c 100644 (file)
@@ -33,7 +33,7 @@ display(void);
 static GLFWwindow *win;
 static bool redraw_pending;
 
-static bool vk_enable_layers;
+static bool vk_enable_layers = true;
 
 static int win_w = 800;
 static int win_h = 600;