mutter/clutter/gdk
Emmanuele Bassi adb6ffbd0e backend: Unify the event initialization
Input backends are, in some cases, independent from the windowing system
backends; we can initialize input handling using a model similar to what
we use for windowing backends, including an environment variable and
compile-/run-time checks.

This model allows us to remove the backend-specific init_events(), and
use a generic implementation directly inside the base ClutterBackend
class, thus further reducing the backend-specific code that every
platform has to implement.

This requires some minor surgery to every single backend, to make sure
that the function exposed to initialize the event loop is similar and
performs roughly the same operations.
2011-11-10 14:42:40 +00:00
..
clutter-backend-gdk-private.h
clutter-backend-gdk.c backend: Unify the event initialization 2011-11-10 14:42:40 +00:00
clutter-backend-gdk.h backend: Unify the event initialization 2011-11-10 14:42:40 +00:00
clutter-device-manager-gdk.c
clutter-device-manager-gdk.h
clutter-event-gdk.c backend: Unify the event initialization 2011-11-10 14:42:40 +00:00
clutter-gdk.h gdk: Allow disabling event retrieval 2011-11-03 13:45:19 +00:00
clutter-input-device-gdk.c gdk/events: Clean up the event handling code 2011-11-03 13:45:20 +00:00
clutter-input-device-gdk.h
clutter-settings-gdk.h
clutter-stage-gdk.c Remove the X11-specific bit in ClutterStageCogl 2011-11-03 13:45:19 +00:00
clutter-stage-gdk.h