[gimp/metadata-browser] app: GimpDisplayShell: fix type of the new grab time members



commit a1d08548970687e8c94c1bfb94908e75f2cdc99e
Author: Michael Natterer <mitch gimp org>
Date:   Fri Dec 9 23:21:22 2011 +0100

    app: GimpDisplayShell: fix type of the new grab time members

 app/display/gimpdisplayshell.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/display/gimpdisplayshell.h b/app/display/gimpdisplayshell.h
index 42de82e..e2e3815 100644
--- a/app/display/gimpdisplayshell.h
+++ b/app/display/gimpdisplayshell.h
@@ -170,9 +170,10 @@ struct _GimpDisplayShell
 
   /*  the state of gimp_display_shell_tool_events()  */
   gboolean           pointer_grabbed;
+  guint32            pointer_grab_time;
+
   gboolean           keyboard_grabbed;
-  gboolean           pointer_grab_time;
-  gboolean           keyboard_grab_time;
+  guint32            keyboard_grab_time;
 
   gboolean           space_pressed;
   gboolean           space_release_pending;



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