mutter/clutter/x11
Neil Roberts d5022054eb cogl-renderer: Move the XEvent filters to be generic for all renderers
Instead of having cogl_renderer_xlib_add_filter and friends there is
now cogl_renderer_add_native_filter which can be used regardless of
the backend. The callback function for the filter now just takes a
void pointer instead of an XEvent pointer which should be interpreted
differently depending on the backend. For example, on Xlib it would
still be an XEvent but on Windows it could be a MSG. This simplifies
the code somewhat because the _cogl_xlib_add_filter no longer needs to
have its own filter list when a stub renderer is used because there is
always a renderer available.

cogl_renderer_xlib_handle_event has also been renamed to
cogl_renderer_handle_native_event. This just forwards the event on to
all of the listeners. The backend renderer is expected to register its
own event filter if it wants to process the events in some way.
2011-04-20 18:17:06 +01:00
..
xsettings
clutter-backend-x11-private.h
clutter-backend-x11.c cogl-renderer: Move the XEvent filters to be generic for all renderers 2011-04-20 18:17:06 +01:00
clutter-backend-x11.h backend: Move event translators to the base class 2011-02-09 13:29:30 +00:00
clutter-device-manager-core-x11.c x11: Remove unused variables 2011-02-19 16:47:20 +00:00
clutter-device-manager-core-x11.h x11: Remove more private symbols 2011-01-25 11:00:20 +00:00
clutter-device-manager-xi2.c event: Add setters for ClutterEvent members 2011-02-28 14:16:23 +00:00
clutter-device-manager-xi2.h
clutter-event-x11.c Add private header for event-related API 2011-02-18 16:35:36 +00:00
clutter-input-device-core-x11.c device/x11: Store min/max keycode in the XI device class 2011-01-21 10:25:46 +00:00
clutter-input-device-core-x11.h
clutter-input-device-xi2.c
clutter-input-device-xi2.h
clutter-keymap-x11.c x11: Remove unused variables 2011-02-19 16:47:20 +00:00
clutter-keymap-x11.h
clutter-settings-x11.h x11: Map Net/DndDragThreshold to ClutterSettings 2011-03-09 14:21:00 +00:00
clutter-stage-x11.c x11: Provide a StageWindow::unrealize implementation 2011-04-14 18:00:07 +01:00
clutter-stage-x11.h stage/x11: Clean up ClutterStageX11 struct 2011-02-14 11:59:49 +00:00
clutter-x11-texture-pixmap.c Adds a --with-system-cogl config option for Clutter 2011-04-11 17:54:36 +01:00
clutter-x11-texture-pixmap.h
clutter-x11.h