From b73bf4a73eeda279042883139106eacbe4b3d791 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 7 Mar 2016 21:56:12 +0000 Subject: Fixes for MSWindow git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11310 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/win32.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/win32.H b/FL/win32.H index 4043e1ee4..bb8c4050a 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -83,7 +83,7 @@ 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=(Fl_Window_Driver*)this;} + void setwindow(Fl_Window* wi) {w=wi; wi->i=this;} void flush() {w->flush();} void set_minmax(LPMINMAXINFO minmax); void mapraise(); -- cgit v1.2.3