diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/win32.H | 1 | ||||
| -rw-r--r-- | FL/x.H | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/FL/win32.H b/FL/win32.H index 0a43a2c75..6a4ed57ec 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -65,7 +65,6 @@ public: static int fake_X_wm(const Fl_Window* w,int &X, int &Y, int &bt,int &bx,int &by); void make_fullscreen(int X, int Y, int W, int H); - void setwindow(Fl_Window* wi) {w=wi; wi->i=this;} void set_minmax(LPMINMAXINFO minmax); void mapraise(); int set_cursor(Fl_Cursor); @@ -120,7 +120,6 @@ public: char wait_for_expose; static Fl_X* first; 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); |
