diff options
Diffstat (limited to 'src/fl_cursor.cxx')
| -rw-r--r-- | src/fl_cursor.cxx | 4 |
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; |
