mutter/clutter/egl
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-cex100.c cex100: Remove C99-ism 2010-09-03 11:14:05 +01:00
clutter-backend-cex100.h cex100: Add a Clutter EGL backend for CE3100/CE4100 SoCs 2010-09-03 11:13:35 +01:00
clutter-backend-egl.c x11: Store a back pointer to the backend in the stage 2011-01-28 18:19:08 +00:00
clutter-backend-egl.h evdev: First stab at an evdev backend 2010-11-30 14:40:37 +00:00
clutter-cex100.h.in cex100: Use % not # to document constants 2010-09-03 11:13:57 +01:00
clutter-egl-headers.h egl: Fix build for --with-flavour=opengl-egl-xlib 2011-01-06 17:16:51 +00:00
clutter-egl.h Rename the EGLDisplay accessors 2010-12-09 15:34:22 +00:00
clutter-event-tslib.c */event: Never manipulate the event queue directly 2011-01-21 10:25:45 +00:00
clutter-stage-egl.c Merge branch 'xi2' 2011-01-21 20:22:32 +00:00
clutter-stage-egl.h egl: Adds support for clipped redraws 2010-11-19 13:27:30 +00:00