wayland: don't require the surfaceless extensions

Just create a one-pixel dummy surface for eglMakeCurrent().
This commit is contained in:
nobled
2011-01-30 22:43:50 +00:00
parent ffd7197dd6
commit 7e4a8fd907
2 changed files with 49 additions and 14 deletions

View File

@ -57,6 +57,7 @@ struct _ClutterBackendWayland
EGLDisplay edpy;
EGLContext egl_context;
EGLConfig egl_config;
EGLSurface egl_surface;
gint egl_version_major;
gint egl_version_minor;