stage: Use the symbolic constant for event handled

Clarifies the intent for everybody.
This commit is contained in:
Emmanuele Bassi 2015-01-01 12:45:11 +00:00
parent 2034e75658
commit d930bdf3fc
1 changed files with 1 additions and 1 deletions

View File

@ -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