summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/win32.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/FL/win32.H b/FL/win32.H
index b0eb1780a..7ef8b71b2 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -1,5 +1,5 @@
//
-// "$Id: win32.H,v 1.9 1998/11/05 16:04:41 mike Exp $"
+// "$Id: win32.H,v 1.10 1998/11/05 16:27:24 mike Exp $"
//
// WIN32 header file for the Fast Light Tool Kit (FLTK).
//
@@ -74,6 +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,
+ 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();}
@@ -119,5 +121,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.9 1998/11/05 16:04:41 mike Exp $".
+// End of "$Id: win32.H,v 1.10 1998/11/05 16:27:24 mike Exp $".
//