summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-19 22:21:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-19 22:21:02 +0000
commit052401a34e8347c87a418270986432032ac693e2 (patch)
tree311f997a157e25f132a51fed20438f6f3a92c284 /FL/Fl_Window.H
parenta072a412a1370d3c5570150f0c4a381909b623ec (diff)
Instantiate the right Fl_Window_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11195 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index b4ba45034..9881d476c 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -34,6 +34,7 @@
#define FL_DOUBLE_WINDOW 0xF1 ///< double window type id
class Fl_X;
+class Fl_Window_Driver;
class Fl_RGB_Image;
class Fl_Shared_Image;
@@ -69,8 +70,9 @@ class FL_EXPORT Fl_Window : public Fl_Group {
int fullscreen_screen_right;
friend class Fl_X;
+ friend class Fl_Window_Driver;
friend class Fl_Paged_Device;
- Fl_X *i; // points at the system-specific stuff
+ Fl_Window_Driver *i; // points at the system-specific stuff
struct icon_data {
const void *legacy_icon;