[events] Added handling of missing type to clutter_event_get_state
authorØyvind Kolås <pippin@linux.intel.com>
Thu, 30 Apr 2009 10:54:09 +0000 (11:54 +0100)
committerØyvind Kolås <pippin@linux.intel.com>
Thu, 30 Apr 2009 10:54:09 +0000 (11:54 +0100)
commit8e6e09c8ef646f20bbcde7fdff02069d0d20167e
treeec74af2b9f0dfd124f6b917c4a05066515122f44
parent48ac45f060a6b2df7a2adfecd6019ce18ae3db3b
[events] Added handling of missing type to clutter_event_get_state

clutter_event_get_state wasn't returning the state for
CLUTTER_BUTTON_RELEASE, the information was there it just needed to
be returned correctly.
clutter/clutter-event.c