* add wayland-headers include path * add wayland protocols header to wayland target includes * move `xkb_unicode.c` to `sources_linux.c` * glfw: document where wayland generated sources come from * glfw: update sdk-linux-x86_64 to include Wayland protocol sources See https://github.com/hexops/sdk-linux-x86_64/pull/2 Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
5 lines
126 B
C
5 lines
126 B
C
// General Linux-like sources
|
|
#include "x11_init.c"
|
|
#include "x11_window.c"
|
|
#include "x11_monitor.c"
|
|
#include "glx_context.c"
|