diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-23 12:19:44 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-23 12:19:44 +0200 |
| commit | e69d45cde88373a32b580745aafae93529a5cc73 (patch) | |
| tree | b0671a3bf097505d6118599826bfb52e298545d2 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | c7ffd8e72a3c8ffe12ec546824df48b95bdf790f (diff) | |
Make Fl::display(const char *) active also for the Wayland platform.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 28e5f3655..e55531509 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -148,6 +148,7 @@ public: virtual int get_mouse(int &x, int &y); virtual void open_display_platform(); virtual void close_display(); + virtual void display(const char *d); // --- compute dimensions of an Fl_Offscreen virtual void offscreen_size(Fl_Offscreen o, int &width, int &height); virtual int has_marked_text() const; |
