mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Start with the skeleton code for Mir support.
This commit is contained in:
committed by
Camilla Berglund
parent
bc219056a6
commit
cfb7d2f036
@@ -74,6 +74,8 @@ typedef struct _GLFWcursor _GLFWcursor;
|
||||
#include "x11_platform.h"
|
||||
#elif defined(_GLFW_WAYLAND)
|
||||
#include "wl_platform.h"
|
||||
#elif defined(_GLFW_MIR)
|
||||
#include "mir_platform.h"
|
||||
#else
|
||||
#error "No supported window creation API selected"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user