summaryrefslogtreecommitdiff
path: root/src/fl_cursor.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-06-23 17:14:57 +0000
committerManolo Gouy <Manolo>2014-06-23 17:14:57 +0000
commit5bc882550929ed6c58a0de53190ea1d10448231e (patch)
tree67e122cfd3008c0624a831c8c52a244f7e6e4862 /src/fl_cursor.cxx
parentf60b8778f7562bb920cfb76fa0a03e177cc9cf19 (diff)
Since fl_cursor_wait.xpm is used only on Mac OS, draw it the Mac way.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10205 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_cursor.cxx')
-rw-r--r--src/fl_cursor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx
index c958c9668..71a9db5ea 100644
--- a/src/fl_cursor.cxx
+++ b/src/fl_cursor.cxx
@@ -73,8 +73,8 @@ static void fallback_cursor(Fl_Window *w, Fl_Cursor c) {
switch (c) {
case FL_CURSOR_WAIT:
xpm = (const char**)fl_cursor_wait_xpm;
- hotx = 8;
- hoty = 15;
+ hotx = 7;
+ hoty = 9;
break;
case FL_CURSOR_HELP:
xpm = (const char**)fl_cursor_help_xpm;