[mutter] window: Don't mark the event as handled for odd event combinations



commit bb977c00ca74820fabdc4aef63d10838b0cd97be
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Aug 15 08:15:05 2014 -0400

    window: Don't mark the event as handled for odd event combinations
    
    This is an accidental regression from 7a109a1. If we mark the event as
    handled, then we *need* to set grab_op, or do some other sort of
    behavior, since we have a grab.

 src/core/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 129a56c..43cc71e 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -8022,7 +8022,7 @@ meta_window_handle_ungrabbed_event (MetaWindow         *window,
       return TRUE;
     }
 
-  return TRUE;
+  return FALSE;
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]