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:
Matthew Allum
2007-08-19 00:03:01 +00:00
parent 884051d890
commit 5b3f06faac
2 changed files with 6 additions and 1 deletions

View File

@@ -363,7 +363,7 @@ clutter_event_dispatch (GSource *source,
ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
ClutterEvent *event;
clutter_thread_enter ();
clutter_threads_enter ();
events_queue (backend);