mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Make OSMesa backend an almost proper null backend
It still depends on POSIX time and TLS.
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ typedef void (APIENTRY * PFN_vkVoidFunction)(void);
|
||||
#elif defined(_GLFW_MIR)
|
||||
#include "mir_platform.h"
|
||||
#elif defined(_GLFW_OSMESA)
|
||||
#include "osmesa_platform.h"
|
||||
#include "null_platform.h"
|
||||
#else
|
||||
#error "No supported window creation API selected"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user