Build kitty against bundled glfw

This commit is contained in:
Kovid Goyal
2017-11-20 10:41:19 +05:30
parent 9307486254
commit dfd8a69cf2
11 changed files with 2273 additions and 56 deletions

View File

@@ -8,7 +8,7 @@
#include "keys.h"
#include "state.h"
#include "screen.h"
#include <GLFW/glfw3.h>
#include "glfw-wrapper.h"
const char*
key_to_bytes(int glfw_key, bool smkx, bool extended, int mods, int action) {