diff options
Diffstat (limited to 'src/Fl_cocoa.mm')
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 2da202e7e..42e85fd69 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -2945,7 +2945,7 @@ void Fl_X::make(Fl_Window* w) yp -= by+bt; } - Fl_Window_Driver *x = Fl_Window_Driver::newWindowDriver(w); + Fl_X *x = new Fl_X; x->other_xid = 0; // room for doublebuffering image map. On OS X this is only used by overlay windows x->region = 0; x->subRect(0); |
