[gimp] app: GimpDisplayShell: fix type of the new grab time members
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: GimpDisplayShell: fix type of the new grab time members
- Date: Fri, 9 Dec 2011 22:21:51 +0000 (UTC)
commit 022af2610e7636e24c61da20915aca60072d24b9
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]