mirror of
https://github.com/brl/mutter.git
synced 2025-02-20 15:04:09 +00: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
|
else
|
||||||
clutter_actor_destroy (CLUTTER_ACTOR (stage));
|
clutter_actor_destroy (CLUTTER_ACTOR (stage));
|
||||||
|
|
||||||
return TRUE;
|
return CLUTTER_EVENT_STOP;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user