#include "glwindow.h"
#include <EGL/egl.h>
+#include <string>
/** Make an X window fit for GL. You have to manage the X window yourself! */
EGLConfig config;
EGLSurface surface;
EGLContext context;
+
+ bool haveEGLExtension(const std::string &name);
};