summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-13 15:00:21 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-13 15:00:21 +0100
commit2d9cf4d83ec9824b978925fa6c9df8ace954d88b (patch)
treecfe2d9eb1175692a60333fad6ecef5765238999b /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parent8ff7895f0e6b29e0d7209c2a18ff99b55de75cb3 (diff)
Improve support of screen addition/removal while FLTK runs
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H1
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 16eb750a4..b2e4db77e 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -166,6 +166,7 @@ public:
// Wayland-specific member functions
void screen_count_set(int count) {num_screens = count;}
+ int screen_count_get() {return num_screens;}
void reset_cursor();
// this one is in fl_wayland_clipboard_dnd.cxx
void copy_image(const unsigned char* data, int W, int H);