blob: d80a3b99f15cdeb402d9639062d0762fe58c75d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/dispatch_common.h
+++ src/dispatch_common.h
@@ -39,7 +39,7 @@
#define PLATFORM_HAS_WGL 0
#define EPOXY_IMPORTEXPORT
#else
-#define PLATFORM_HAS_EGL 1
+
#define PLATFORM_HAS_GLX 1
#define PLATFORM_HAS_WGL 0
#define EPOXY_IMPORTEXPORT
|