X-Git-Url: https://git.ralfj.de/gltest.git/blobdiff_plain/c4859cf18f397a5fda57e5719134dddbcb23ef2a..7204186779e096ceab7b39f54dcf6f606062f29b:/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); };