mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Share main loop implementation between wayland and X11
This commit is contained in:
3
glfw/wl_init.c
vendored
3
glfw/wl_init.c
vendored
@@ -854,3 +854,6 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
||||
#define GLFW_LOOP_BACKEND wl
|
||||
#include "main_loop.h"
|
||||
|
||||
Reference in New Issue
Block a user