Make OSMesa backend an almost proper null backend

It still depends on POSIX time and TLS.
This commit is contained in:
Camilla Löwy
2017-02-28 20:27:10 +01:00
parent e9560ef021
commit 53f46d32e2
6 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -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