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:
Alexander Hämmerle
2011-07-24 22:09:21 +02:00
committed by Michael Natterer
parent 6b78436f56
commit 421ca4114e
12 changed files with 141 additions and 20 deletions

View File

@ -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 ? */