From 0215c7986c4f255d92753daddc0237f4e5a1a73b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 20 Dec 2001 05:27:14 +0000 Subject: fixed iBook keyboard bug. all message handling now in Carbon. mouse capture support added. timer support added. overlay support added. getting there... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Overlay_Window.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL/Fl_Overlay_Window.H') diff --git a/FL/Fl_Overlay_Window.H b/FL/Fl_Overlay_Window.H index 48e905623..c2b4a4b99 100644 --- a/FL/Fl_Overlay_Window.H +++ b/FL/Fl_Overlay_Window.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Overlay_Window.H,v 1.5.2.3 2001/01/22 15:13:37 easysw Exp $" +// "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.1 2001/12/20 05:27:14 matthiaswm Exp $" // // Overlay window header file for the Fast Light Tool Kit (FLTK). // @@ -41,14 +41,14 @@ public: FL_EXPORT int can_do_overlay(); FL_EXPORT void redraw_overlay(); Fl_Overlay_Window(int W, int H, const char *l=0) - : Fl_Double_Window(W,H,l) {overlay_ = 0;} + : Fl_Double_Window(W,H,l) {overlay_ = 0; force_doublebuffering_=1;} Fl_Overlay_Window(int X, int Y, int W, int H, const char *l=0) - : Fl_Double_Window(X,Y,W,H,l) {overlay_ = 0;} + : Fl_Double_Window(X,Y,W,H,l) {overlay_ = 0; force_doublebuffering_=1;} void show(int a, char **b) {Fl_Double_Window::show(a,b);} }; #endif // -// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3 2001/01/22 15:13:37 easysw Exp $". +// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.1 2001/12/20 05:27:14 matthiaswm Exp $". // -- cgit v1.2.3