mutter/clutter/osx
Rui Matos e70a0109f2 Avoid needless event copies when queueing from a backend to a stage
All backends follow the same pattern of queueing events first in
ClutterMainContext, then copying them to a ClutterStage queue and
immediately free them. Instead, we can just pass ownership of events
directly to ClutterStage thus avoiding the allocation and copy in
between.

https://bugzilla.gnome.org/show_bug.cgi?id=711857
2014-03-15 19:44:57 +00:00
..
clutter-backend-osx.c Clean up deprecated header inclusion 2012-06-23 08:23:11 +01:00
clutter-backend-osx.h osx: Fix build 2012-04-04 15:33:32 +01: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 Avoid needless event copies when queueing from a backend to a stage 2014-03-15 19:44:57 +00:00
clutter-event-loop-osx.h osx: Improve the event loop 2011-01-31 13:43:12 +00:00
clutter-event-osx.c stage: Remove tracking input devices, it's not used 2012-09-03 21:50:19 +01:00
clutter-osx.h osx: Fix build 2012-04-04 15:33:32 +01:00
clutter-stage-osx.c osx: Fix build 2012-04-04 15:33:32 +01:00
clutter-stage-osx.h osx: Use the Stage state tracking 2012-01-26 08:30:58 +00:00