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
..
2013-11-19 00:31:53 +00:00
2013-12-12 18:51:11 +00:00
2012-02-23 12:01:11 +00:00
2013-04-04 11:53:39 +01:00
2013-08-19 23:37:43 +01:00
2012-04-27 12:30:48 +01:00
2012-04-27 12:28:49 +01:00
2012-04-27 12:30:48 +01:00
2012-06-05 12:28:25 +02:00
2012-06-11 13:47:29 +01:00
2012-04-30 17:17:41 +01:00
2013-10-10 13:50:10 +01:00
2012-04-27 12:30:48 +01:00
2012-04-27 12:30:50 +01:00
2013-05-06 10:04:21 -07:00
2013-04-04 11:53:39 +01:00
2012-09-03 20:54:43 +01:00
2013-10-10 13:50:10 +01:00
2012-08-20 18:28:22 +01:00
2014-02-19 13:04:09 +00:00