summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Overlay_Window.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx
index 31769da68..5e127ec53 100644
--- a/src/Fl_Overlay_Window.cxx
+++ b/src/Fl_Overlay_Window.cxx
@@ -27,11 +27,10 @@
Fl_Overlay_Window::Fl_Overlay_Window(int W, int H, const char *l)
-: Fl_Double_Window(0,0,W,H,l)
+: Fl_Double_Window(W,H,l)
{
overlay_ = 0;
image(0);
- clear_flag(FORCE_POSITION);
}
Fl_Overlay_Window::Fl_Overlay_Window(int X, int Y, int W, int H, const char *l)