mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
2008-06-23 Matthew Allum <mallum@openedhand.com>
Bug 987 - clutter-event.c c99 variable declaration * clutter/clutter-event.c: Remove c99ism.
This commit is contained in:
parent
71e7423ef2
commit
20c384cab8
@ -1,3 +1,10 @@
|
||||
2008-06-23 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
Bug 987 - clutter-event.c c99 variable declaration
|
||||
|
||||
* clutter/clutter-event.c:
|
||||
Remove c99ism.
|
||||
|
||||
2008-06-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* configure.ac: Post release bump to 0.7.3.
|
||||
|
@ -327,10 +327,10 @@ clutter_keysym_to_unicode (guint keyval)
|
||||
gint
|
||||
clutter_event_get_device_id (ClutterEvent *event)
|
||||
{
|
||||
g_return_val_if_fail (-1, event != NULL);
|
||||
|
||||
ClutterInputDevice *device = NULL;
|
||||
|
||||
g_return_val_if_fail (-1, event != NULL);
|
||||
|
||||
switch (event->type)
|
||||
{
|
||||
case CLUTTER_NOTHING:
|
||||
|
Loading…
Reference in New Issue
Block a user