[clutter/clutter-1.22] stage: Use the symbolic constant for event handled
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.22] stage: Use the symbolic constant for event handled
- Date: Thu, 1 Jan 2015 15:39:22 +0000 (UTC)
commit d930bdf3fc32d5ab1d0d19bb3e94efb3963cd797
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Jan 1 12:45:11 2015 +0000
stage: Use the symbolic constant for event handled
Clarifies the intent for everybody.
clutter/clutter-stage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c
index 624939c..55b8984 100644
--- a/clutter/clutter-stage.c
+++ b/clutter/clutter-stage.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]