mirror of
https://github.com/brl/mutter.git
synced 2025-07-10 20:47:19 +00:00
stage: Use the symbolic constant for event handled
Clarifies the intent for everybody.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user