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
clutter-backend-cex100.h
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
clutter-cex100.h.in
clutter-egl-headers.h
clutter-egl.h
clutter-event-tslib.c
clutter-stage-egl.c Merge branch 'xi2' 2011-01-21 20:22:32 +00:00
clutter-stage-egl.h