mirror of
https://github.com/brl/mutter.git
synced 2025-04-27 20:29:39 +00: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)
|
if (!stage)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
CLUTTER_TIMESTAMP (SCHEDULER, "Event recieved");
|
CLUTTER_TIMESTAMP (EVENT, "Event received");
|
||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user