From bebbd71d3116889e187f92bba9a3db2c82899061 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 31 Aug 2016 11:22:08 -0300 Subject: [PATCH] Add simple crosshair using native mouse cursors (fix #1236) --- data/pref.xml | 5 +++ data/skins/default/sheet.png | Bin 14189 -> 14278 bytes data/skins/default/skin.xml | 1 + data/widgets/options.xml | 29 +++++++----- src/app/commands/cmd_options.cpp | 2 + src/app/ui/editor/brush_preview.cpp | 66 +++++++++++++++++++--------- src/app/ui/editor/brush_preview.h | 10 +++-- src/app/ui/skin/skin_theme.cpp | 1 + src/she/alleg4/alleg_display.cpp | 1 + src/she/native_cursor.h | 1 + src/she/osx/window.mm | 3 ++ src/she/win/window.h | 3 ++ src/ui/cursor_type.h | 1 + src/ui/system.cpp | 3 ++ 14 files changed, 92 insertions(+), 34 deletions(-) diff --git a/data/pref.xml b/data/pref.xml index 1e4308894..c09c5230c 100644 --- a/data/pref.xml +++ b/data/pref.xml @@ -77,6 +77,10 @@ + + + + @@ -110,6 +114,7 @@