mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
Replace the note in clutter_do_event()
Use an EVENT note and not a SCHEDULER one.
This commit is contained in:
parent
1a6deea7a7
commit
5d0e16e2a9
@ -211,7 +211,7 @@ clutter_do_event (ClutterEvent *event)
|
||||
if (!stage)
|
||||
return;
|
||||
|
||||
CLUTTER_TIMESTAMP (SCHEDULER, "Event recieved");
|
||||
CLUTTER_TIMESTAMP (EVENT, "Event received");
|
||||
|
||||
/* TODO:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user