gdk/events: Clean up the event handling code
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 3 Oct 2011 14:25:40 +0000 (15:25 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 3 Nov 2011 13:45:20 +0000 (13:45 +0000)
commit8eb71af23d55bbc07dadd552369e10d405f7c670
tree08982bbcaee28728636792a08f50ee91cb0a1c20
parent405e72f2e4ce94e3fad5c668cf0e7622fdc3af35
gdk/events: Clean up the event handling code

We need debugging notes, to see what's happening when handling events.

We need to queue a (clipped) redraw when receiving a GDK_EXPOSE event.

We need to check the device (both master and source) of the event using
the GdkEvent API, and pass them to the ClutterEvent using the
corresponding Clutter API.
clutter/gdk/clutter-event-gdk.c
clutter/gdk/clutter-input-device-gdk.c