broadway: Improve touch events

We now respect core pointer grabs, and we do the pointer emulation
detection on the browser side.
This commit is contained in:
Alexander Larsson
2013-11-14 11:03:10 +01:00
parent f682aabf74
commit 67bcc6f04f
7 changed files with 52 additions and 26 deletions

View File

@ -59,8 +59,6 @@ struct _GdkBroadwayDisplay
GdkBroadwayServer *server;
guint32 touch_sequence_down;
gpointer move_resize_data;
};