mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
stage: Use the symbolic constant for event handled
Clarifies the intent for everybody.
This commit is contained in:
parent
2034e75658
commit
d930bdf3fc
@ -1616,7 +1616,7 @@ clutter_stage_real_delete_event (ClutterStage *stage,
|
||||
else
|
||||
clutter_actor_destroy (CLUTTER_ACTOR (stage));
|
||||
|
||||
return TRUE;
|
||||
return CLUTTER_EVENT_STOP;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user