X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=context.h;h=13dbf248f8cd4289b781de3b2e0d000803529ba9;hb=96cb6414f85e0ef4d660b7bd56267303e80fcd05;hp=9b72eaf9f1d79be4b0b6ec92c5d455acab7ab2a7;hpb=79e3f6d7dfe2528d38e84564fcaf181e8f1bf5a9;p=nageru diff --git a/context.h b/context.h index 9b72eaf..13dbf24 100644 --- a/context.h +++ b/context.h @@ -7,6 +7,7 @@ class QOpenGLContext; class QSurfaceFormat; class QGLWidget; +extern bool using_egl; extern QGLWidget *global_share_widget; QSurface *create_surface(const QSurfaceFormat &format); QSurface *create_surface_with_same_format(const QSurface *surface);