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 /src/drivers/WinAPI/Fl_WinAPI_Window_Driver.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 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H index f1d36b6a1..a5f7f0ed8 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H @@ -70,6 +70,8 @@ public: ~Fl_WinAPI_Window_Driver(); struct icon_data *icon_; + HCURSOR cursor; + int custom_cursor; // --- window data virtual int decorated_w(); virtual int decorated_h(); @@ -89,6 +91,9 @@ public: virtual void fullscreen_off(int X, int Y, int W, int H); virtual void iconize(); virtual void decoration_sizes(int *top, int *left, int *right, int *bottom); + // --- window cursor stuff + virtual int set_cursor(Fl_Cursor); + virtual int set_cursor(const Fl_RGB_Image*, int, int); virtual void shape(const Fl_Image* img); virtual void icons(const Fl_RGB_Image *icons[], int count); |
