summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-07-31 16:29:15 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-07-31 16:29:15 +0200
commit7feddabd24976f90bc950e50c9eb167056359816 (patch)
tree430fedf18e0ba1f1bc92b8e9973a3fbcf73d9f8c /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parentb1ab37eeff52066e81d4bf92a1df7f46a1d5d02d (diff)
Implement Fl_Wayland_Screen_Driver::poll_or_select_with_delay(double)
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index fef6aaafe..a28c58dd5 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -168,6 +168,10 @@ public:
int get_key(int k) FL_OVERRIDE;
void enable_im() FL_OVERRIDE;
void disable_im() FL_OVERRIDE;
+
+ // overridden functions from parent class Fl_Unix_Screen_Driver
+ int poll_or_select_with_delay(double time_to_wait) FL_OVERRIDE;
+ int poll_or_select() FL_OVERRIDE;
// Wayland-specific member functions
void screen_count_set(int count) {num_screens = count;}