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

This commit is contained in:
Michael Natterer 2011-12-09 23:21:22 +01:00
parent 7da455214d
commit 022af2610e
1 changed files with 3 additions and 2 deletions

View File

@ -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;