mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
wayland: don't require the surfaceless extensions
Just create a one-pixel dummy surface for eglMakeCurrent().
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user