[clutter/clutter-1.22] stage: Use the symbolic constant for event handled



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]