projects
/
gltest.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix build
[gltest.git]
/
eglbackend.h
diff --git
a/eglbackend.h
b/eglbackend.h
index acd8b677bddd2ad53b0c2e2e18afc17aaa361e76..918f6f903c50aabae47efd8e661d0b6df3dc4625 100644
(file)
--- a/
eglbackend.h
+++ b/
eglbackend.h
@@
-19,6
+19,7
@@
#include "glwindow.h"
#include <EGL/egl.h>
#include "glwindow.h"
#include <EGL/egl.h>
+#include <string>
/** Make an X window fit for GL. You have to manage the X window yourself! */
/** Make an X window fit for GL. You have to manage the X window yourself! */
@@
-45,4
+46,6
@@
private:
EGLConfig config;
EGLSurface surface;
EGLContext context;
EGLConfig config;
EGLSurface surface;
EGLContext context;
+
+ bool haveEGLExtension(const std::string &name);
};
};