summaryrefslogtreecommitdiff
path: root/FL/win32.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/win32.H')
-rw-r--r--FL/win32.H4
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;