mutter/clutter/osx
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-osx.c backend: Unify the event initialization 2011-11-10 14:42:40 +00:00
clutter-backend-osx.h backend: Unify the event initialization 2011-11-10 14:42:40 +00:00
clutter-device-manager-osx.c Fix some ISO C90 warnings on OSX 2011-02-15 12:14:17 +00:00
clutter-device-manager-osx.h Fixed bugs with mouse events. 2011-02-03 10:58:38 +00:00
clutter-event-loop-osx.c Remove some compiler warnings 2011-10-11 23:42:23 +01:00
clutter-event-loop-osx.h osx: Improve the event loop 2011-01-31 13:43:12 +00:00
clutter-event-osx.c backend: Unify the event initialization 2011-11-10 14:42:40 +00:00
clutter-osx.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-stage-osx.c Remove some compiler warnings 2011-10-11 23:42:23 +01:00
clutter-stage-osx.h osx/stage: Fix compilation 2011-11-04 12:03:13 +00:00