summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 3ad0d4081..f05281671 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -69,6 +69,9 @@ private:
int fullscreen_screen_left;
int fullscreen_screen_right;
+ // TODO: it would make sense to merge the use of Fl_X and Fl_Window_Driver, maybe simply by
+ // TODO: deriving Fl_Window_Driver from Fl_X. However, there are a lot of historic kldges for
+ // TODO: some platforms around Fl_X.
Fl_X *i; // points at the system-specific stuff, but exists only after the window is mapped
Fl_Window_Driver *pWindowDriver; // points at the system-specific stuff at window creation time