summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-08 17:59:06 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-05 19:47:37 +0100
commit4b945a3086011b6a59b5aef434cdbe8cda96c2de (patch)
tree333de7fbb01ae280eb95728ad26ff1f366963054 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parentb426a3d7c07c9ffd53141ebd03dcd5e82ff4e52a (diff)
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index f08f9cd86..aebc651ff 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -176,9 +176,6 @@ public:
static compositor_name compositor; // identifies the used Wayland compositor
void set_spot(int font, int height, int x, int y, int w, int h, Fl_Window *win);
void reset_spot();
-#if FLTK_USE_X11
- static bool undo_wayland_backend_if_needed(const char *backend = NULL);
-#endif
};