summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-15 06:42:06 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-29 12:15:32 +0200
commitc720aae51515907ae82ee02df80bd084f291d4b1 (patch)
tree7fbf3569f35966891df68490b047b30c9ec20bcd /src/Fl_Screen_Driver.H
parent28981f6fd3971aaf7ff6527ee1cdeb9d886c4a4a (diff)
Make hybrid Wayland/X11 platform.
Diffstat (limited to 'src/Fl_Screen_Driver.H')
-rw-r--r--src/Fl_Screen_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H
index 135a7bf5f..3047aedc5 100644
--- a/src/Fl_Screen_Driver.H
+++ b/src/Fl_Screen_Driver.H
@@ -43,6 +43,7 @@ class Fl_Window;
class Fl_RGB_Image;
class Fl_Group;
class Fl_Input;
+class Fl_System_Driver;
/**
A base class describing the interface between FLTK and screen-related operations.
@@ -68,6 +69,7 @@ public:
static char bg_set;
static char bg2_set;
static char fg_set;
+ static Fl_System_Driver *system_driver;
virtual float scale(int) { return 1; }
virtual void scale(int /*n*/, float /*f*/) {}