diff options
Diffstat (limited to 'common/fltk/FL/x.H')
-rw-r--r-- | common/fltk/FL/x.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/fltk/FL/x.H b/common/fltk/FL/x.H index 002e429f..a5202862 100644 --- a/common/fltk/FL/x.H +++ b/common/fltk/FL/x.H @@ -163,6 +163,8 @@ public: static Fl_X* i(const Fl_Window* wi) {return wi->i;} void setwindow(Fl_Window* wi) {w=wi; wi->i=this;} void sendxjunk(); + int set_cursor(Fl_Cursor); + int set_cursor(const Fl_RGB_Image*, int, int); static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap); static Fl_X* set_xid(Fl_Window*, Window); // kludges to get around protection: |