app: sprinkle const qualifiers in the tool event callback functions

This commit is contained in:
Michael Natterer
2011-05-31 23:17:29 +02:00
parent bed298be13
commit 1bff2c8df2
5 changed files with 54 additions and 54 deletions

View File

@ -22,15 +22,15 @@
gboolean gimp_display_shell_pointer_grab (GimpDisplayShell *shell,
GdkEvent *event,
const GdkEvent *event,
GdkEventMask event_mask);
void gimp_display_shell_pointer_ungrab (GimpDisplayShell *shell,
GdkEvent *event);
const GdkEvent *event);
gboolean gimp_display_shell_keyboard_grab (GimpDisplayShell *shell,
GdkEvent *event);
const GdkEvent *event);
void gimp_display_shell_keyboard_ungrab (GimpDisplayShell *shell,
GdkEvent *event);
const GdkEvent *event);
#endif /* __GIMP_DISPLAY_SHELL_GRAB_H__ */