2007-08-19 Matthew Allum <mallum@openedhand.com>
* clutter/eglx/clutter-event-egl.c: (clutter_event_dispatch): Fix clutter_thread typo (Kate Alhola)
This commit is contained in:
parent
884051d890
commit
5b3f06faac
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-19 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/eglx/clutter-event-egl.c: (clutter_event_dispatch):
|
||||||
|
Fix clutter_thread typo (Kate Alhola)
|
||||||
|
|
||||||
2007-08-18 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-08-18 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-effect.c:
|
* clutter/clutter-effect.c:
|
||||||
|
@ -363,7 +363,7 @@ clutter_event_dispatch (GSource *source,
|
|||||||
ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
|
ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
|
||||||
ClutterEvent *event;
|
ClutterEvent *event;
|
||||||
|
|
||||||
clutter_thread_enter ();
|
clutter_threads_enter ();
|
||||||
|
|
||||||
events_queue (backend);
|
events_queue (backend);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user