diff options
| author | Manolo Gouy <Manolo> | 2016-04-18 14:31:07 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-18 14:31:07 +0000 |
| commit | 0629b40afd8fc49ef2d9db898d190e3a1a508d8d (patch) | |
| tree | d339e4c02fa7a222446dc441398966a7ab07c05c /FL/win32.H | |
| parent | 516d0e5f9ca1850ad76c81c10c5e3c415f21c5cd (diff) | |
Move set_cursor() member functions from class Fl_X to classes Fl_Window_Driver and derived.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/win32.H')
| -rw-r--r-- | FL/win32.H | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/win32.H b/FL/win32.H index 6a4ed57ec..518d2ef78 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -56,8 +56,6 @@ public: Fl_X *next; int wait_for_expose; HDC private_dc; // used for OpenGL - HCURSOR cursor; - int custom_cursor; HDC saved_hdc; // saves the handle of the DC currently loaded // static variables, static functions and member functions static Fl_X* first; @@ -67,8 +65,6 @@ public: void make_fullscreen(int X, int Y, int W, int H); void set_minmax(LPMINMAXINFO minmax); void mapraise(); - int set_cursor(Fl_Cursor); - int set_cursor(const Fl_RGB_Image*, int, int); static Fl_X* make(Fl_Window*); }; extern FL_EXPORT UINT fl_wake_msg; |
