Bug 641187 - GIMP needs a left-handed cursor option
Add a cursor-handedness setting and flip the cursor when it's set to left-handed.
This commit is contained in:

committed by
Michael Natterer

parent
6b78436f56
commit
421ca4114e
@ -138,11 +138,12 @@ struct _GimpDisplayShell
|
||||
guint fill_idle_id; /* display_shell_fill() idle ID */
|
||||
|
||||
GimpCursorFormat cursor_format; /* Currently used cursor format */
|
||||
GimpHandedness cursor_handedness;/* Handedness for cursor display */
|
||||
GimpCursorType current_cursor; /* Currently installed main cursor */
|
||||
GimpToolCursorType tool_cursor; /* Current Tool cursor */
|
||||
GimpCursorModifier cursor_modifier; /* Cursor modifier (plus, minus, ...) */
|
||||
|
||||
GimpCursorType override_cursor; /* Overriding cursor */
|
||||
GimpCursorType override_cursor; /* Overriding cursor */
|
||||
gboolean using_override_cursor;
|
||||
gboolean draw_cursor; /* should we draw software cursor ? */
|
||||
|
||||
|
Reference in New Issue
Block a user