[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:
zhou jiangwei
2009-08-11 14:18:37 +01:00
committed by Emmanuele Bassi
parent 2ab9bef587
commit 13e055a351
3 changed files with 46 additions and 2 deletions

View File

@ -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;