From 37d1178c11bae1c9c7a72816d1cad508fabe4e27 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 8 Nov 1998 14:36:56 +0000 Subject: WIN32 fixes from Gustavo for fullscreen mode problems. git-svn-id: file:///fltk/svn/fltk/trunk@68 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/win32.H | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'FL') diff --git a/FL/win32.H b/FL/win32.H index 7ef8b71b2..401051004 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -1,5 +1,5 @@ // -// "$Id: win32.H,v 1.10 1998/11/05 16:27:24 mike Exp $" +// "$Id: win32.H,v 1.11 1998/11/08 14:36:54 mike Exp $" // // WIN32 header file for the Fast Light Tool Kit (FLTK). // @@ -74,9 +74,8 @@ public: HCURSOR cursor; static Fl_X* first; static Fl_X* i(const Fl_Window* w) {return w->i;} - static int fake_X_wm(const Fl_Window* w,int &X, int &Y, + static int fake_X_wm(const Fl_Window* w,int &X, int &Y, int &bt,int &bx,int &by); - static int get_border(const Fl_Window* w,int &bt,int &bx,int &by); void setwindow(Fl_Window* wi) {w=wi; wi->i=this;} void flush() {w->flush();} void set_minmax(LPMINMAXINFO minmax); @@ -121,5 +120,5 @@ void fl_copy_offscreen(int x,int y,int w,int h,HBITMAP pixmap,int srcx,int srcy) #define fl_delete_offscreen(bitmap) DeleteObject(bitmap); // -// End of "$Id: win32.H,v 1.10 1998/11/05 16:27:24 mike Exp $". +// End of "$Id: win32.H,v 1.11 1998/11/08 14:36:54 mike Exp $". // -- cgit v1.2.3