mutter/doc
Emmanuele Bassi b3784bd2b4 event: Add a setter for the device field
When synthesizing events coming from input devices it should be
possible to just call a setter function, to avoid a huge switch
on the type of the event.

Clutter should also store the device pointer inside the private
data, for faster access of the pointer in allocated events.

Finally, the get_device_id() and get_device_type() accessors should
just be wrappers around clutter_event_get_device(), to reduce the
amount of code duplication.
2011-01-28 18:19:49 +00:00
..
common
cookbook cookbook: Proofing for "box layout" recipe 2010-12-17 14:41:42 +00:00
manual
reference event: Add a setter for the device field 2011-01-28 18:19:49 +00:00
clutter-actor-invariants.txt
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING