This website requires JavaScript.
Explore
Help
Sign In
gre-ilya
/
fltk
Watch
1
Star
0
Fork
0
You've already forked fltk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
576f7bb9cc
fltk
/
src
/
fl_cursor_none.xpm
20 lines
372 B
C
Raw
Normal View
History
Unescape
Escape
Add method to set any custom cursor, based on a Fl_RGB_Image object. Also change our fallback cursors to use this method, so that fallback cursors are handled in a platform independent manner. STR #2660. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10196 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-06-16 11:17:57 +00:00
/* XPM */
Constify the pointers in some XPM images. STR #3108 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-08-21 12:16:40 +00:00
static
const
char
*
const
fl_cursor_none_xpm
[
]
=
{
Add method to set any custom cursor, based on a Fl_RGB_Image object. Also change our fallback cursors to use this method, so that fallback cursors are handled in a platform independent manner. STR #2660. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10196 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-06-16 11:17:57 +00:00
"
15 15 1 1
"
,
"
c None
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
}
;
Reference in New Issue
Copy Permalink