mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
[eglx] Update the EGLX backend
The EGLX backend needs to be updated to the new ClutterBackendX11 code. Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:

committed by
Emmanuele Bassi

parent
2ab9bef587
commit
13e055a351
@ -53,6 +53,7 @@ struct _ClutterBackendEGL
|
||||
EGLDisplay edpy;
|
||||
EGLSurface egl_surface;
|
||||
EGLContext egl_context;
|
||||
EGLConfig egl_config;
|
||||
|
||||
gint egl_version_major;
|
||||
gint egl_version_minor;
|
||||
|
Reference in New Issue
Block a user