acf51259d2
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. |
||
---|---|---|
.. | ||
clutter-backend-cex100.c | ||
clutter-backend-cex100.h | ||
clutter-backend-egl.c | ||
clutter-backend-egl.h | ||
clutter-cex100.h.in | ||
clutter-egl-headers.h | ||
clutter-egl.h | ||
clutter-event-tslib.c | ||
clutter-stage-egl.c | ||
clutter-stage-egl.h |