mutter/clutter/glx
Emmanuele Bassi acf51259d2 x11: Store a back pointer to the backend in the stage
Since we access it in order to get the X11 Display pointer, it makes
sense to have the ClutterBackendX11 already available inside the
ClutterStageX11 structure, and avoid the pattern:

  ClutterBackend *backend = clutter_get_default_backend ();
  ClutterBackendX11 *backend_x11 = CLUTTER_BACKEND_X11 (backend);

which costs us a function call, a type cast and an unused variable.
2011-01-28 18:19:08 +00:00
..
clutter-backend-glx.c x11: Store a back pointer to the backend in the stage 2011-01-28 18:19:08 +00:00
clutter-backend-glx.h Hide internal glx and egl(x) backend symbols. 2010-08-23 11:49:07 +01:00
clutter-glx-texture-pixmap.c glx: Deprecate ClutterGLXTexturePixmap 2011-01-20 13:21:50 +00:00
clutter-glx-texture-pixmap.h glx: Deprecate ClutterGLXTexturePixmap 2011-01-20 13:21:50 +00:00
clutter-glx.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-stage-glx.c Merge branch 'xi2' 2011-01-21 20:22:32 +00:00
clutter-stage-glx.h glx: Clean up GLX implementation 2011-01-21 10:49:12 +00:00