X-Git-Url: https://git.ralfj.de/gltest.git/blobdiff_plain/141fa68c418105e1e60788f676cd7f6dcf9cbeb1..HEAD:/eglbackend.h diff --git a/eglbackend.h b/eglbackend.h index acd8b67..918f6f9 100644 --- a/eglbackend.h +++ b/eglbackend.h @@ -19,6 +19,7 @@ #include "glwindow.h" #include +#include /** 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; + + bool haveEGLExtension(const std::string &name); };