X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=context.h;h=13dbf248f8cd4289b781de3b2e0d000803529ba9;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;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);