app: move the GIMP_CURSOR_SIZE define to a single place in the right header

This commit is contained in:
Michael Natterer
2010-08-26 19:13:49 +02:00
parent fa6eb03fb2
commit d745ab3871
3 changed files with 24 additions and 24 deletions

View File

@ -19,6 +19,9 @@
#define __GIMP_DISPLAY_SHELL_CURSOR_H__
#define GIMP_CURSOR_SIZE 7
void gimp_display_shell_set_cursor (GimpDisplayShell *shell,
GimpCursorType cursor_type,
GimpToolCursorType tool_cursor,