added new function gimp_display_shell_unset_cursor().
2008-03-30 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-cursor.[ch]: added new function gimp_display_shell_unset_cursor(). (gimp_display_shell_real_set_cursor): deal with cursor_type -1 and change the cursor to the default desktop cursor. Fixes warnings on image load. * app/display/gimpdisplayshell.c (gimp_display_shell_empty): use gimp_display_shell_unset_cursor(). svn path=/trunk/; revision=25312
This commit is contained in:

committed by
Sven Neumann

parent
4ea4a2dbc1
commit
9acc157a75
@ -24,6 +24,7 @@ void gimp_display_shell_set_cursor (GimpDisplayShell *shell,
|
||||
GimpCursorType cursor_type,
|
||||
GimpToolCursorType tool_cursor,
|
||||
GimpCursorModifier modifier);
|
||||
void gimp_display_shell_unset_cursor (GimpDisplayShell *shell);
|
||||
void gimp_display_shell_set_override_cursor (GimpDisplayShell *shell,
|
||||
GimpCursorType cursor_type);
|
||||
void gimp_display_shell_unset_override_cursor (GimpDisplayShell *shell);
|
||||
|
Reference in New Issue
Block a user