When I use FL_CURSOR_MOVE, it appears as a hand instead of a four-way arrow in Linux. This looks bad next to the directional (NESW etc) cursors.
Fltk 1.1.x converts FL_CURSOR_MOVE into the X font cursor XC_fleur. It's possible that the desktop is intefering because FL_CURSOR_WAIT is shown as the spinning wheel thing instead of a watch (XC_watch). Any chance you guys can implement a proper four-way arrow? (the mechanism for custom cursors is already in place for NESW and friends). Another idea is to use XC_diamond_cross instead of XC_fleur (that was the closest one I could find, though I didn't try them all). Cheers, -- Andrew Apted _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

