1
0
Fork 0
mutter-performance-source/clutter/evdev
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-device-manager-evdev.c Avoid needless event copies when queueing from a backend to a stage 2014-03-15 19:44:57 +00:00
clutter-device-manager-evdev.h evdev: Merge clutter-event-evdev.[ch] into the device manager 2010-11-30 14:40:38 +00:00
clutter-evdev.h evdev: Extend the device open callback with a close callback as well 2014-03-13 12:46:27 -04:00
clutter-input-device-evdev.c evdev: Port evdev input backend to libinput 2014-02-27 09:57:29 +01:00
clutter-input-device-evdev.h evdev: Port evdev input backend to libinput 2014-02-27 09:57:29 +01:00
clutter-xkb-utils.c evdev: implement setting leds 2013-09-09 13:24:23 +02:00
clutter-xkb-utils.h evdev: implement setting leds 2013-09-09 13:24:23 +02:00