Files
gtk/gdk
Sjoerd Simons 5b118a9fd7 wayland: Ensure the touch sequence pointer value is non-null
Weston numbers its touch sequences ids starting from 0, thus simply
setting the GtkEvents touch.sequence to the touch id value typically
causes gdk_event_get_event_sequence to return NULL. Unfortunately this
confuses other parts of GDK.

As both weston & mutter keep the sequence id between 0..max_dev_touches
-1 simply use + 1 to keep the id > 0. While this isn't entirely correct
(compositor could send -1 as the touch id), this keeps the touch id in
gtk tied to the touch id from weston which is useful for debugging. A
more thorough solution could be done when it turns out this is an issue
in practise

https://bugzilla.gnome.org/show_bug.cgi?id=731371
2014-06-12 12:35:23 +02:00
..
2014-05-22 09:09:55 -04:00
2014-03-26 20:09:30 -04:00
2014-06-11 21:55:15 -04:00
2012-02-27 17:06:11 +00:00
2014-05-22 09:09:55 -04:00
2014-05-22 09:09:55 -04:00
2014-06-11 21:55:15 -04:00
2012-02-27 17:06:11 +00:00
2014-02-07 13:32:47 -05:00
2012-02-27 17:06:11 +00:00
2014-06-11 21:55:15 -04:00
2014-06-11 21:55:15 -04:00
2014-01-20 18:27:28 -05:00
2014-02-07 13:06:10 -05:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2013-04-19 20:11:39 -04:00
2014-06-11 21:55:15 -04:00
2013-04-19 20:11:38 -04:00
2013-04-19 20:11:38 -04:00
2014-02-19 18:56:05 -05:00
2014-06-11 21:55:15 -04:00
2014-06-11 21:55:15 -04:00
2014-05-22 09:31:15 -04:00
2014-02-07 13:32:47 -05:00
2014-02-07 13:06:10 -05:00
2014-02-19 18:56:05 -05:00
2014-06-11 21:55:15 -04:00
2014-03-28 23:51:52 -04:00
2014-04-23 23:25:07 -04:00
2014-06-11 21:55:15 -04:00
2012-02-27 17:06:11 +00:00
2014-06-11 21:55:15 -04:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2013-07-17 17:52:19 -04:00