[vte/vte-0-22: 1/2] Don't chain motion-notify events up in the 0.22 stable series



commit 9310dfee0b6e74e891132396a00f2c74f12e1ddb
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Oct 26 21:15:35 2009 -0400

    Don't chain motion-notify events up in the 0.22 stable series
    
    That change only remains in 0.23 on.

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index b6a0f80..eb6e942 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -6869,7 +6869,7 @@ vte_terminal_motion_notify(GtkWidget *widget, GdkEventMotion *event)
 	terminal->pvt->mouse_last_x = x;
 	terminal->pvt->mouse_last_y = y;
 
-	return handled;
+	return TRUE;
 }
 
 /* Read and handle a pointing device buttonpress event. */



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