summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-07-09 16:51:17 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-07-09 16:51:17 +0200
commit83565dd880a9fcd7d6b974622ccd86dc39b764f7 (patch)
treecba6cd3e4708265dd3ec7c945b1b68a15668b3bb /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parent5a574e8d9d4a9d697eddc477f5971a5bb8c05862 (diff)
Wayland: account for new Wayfire compositor
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index b2e4db77e..7dbf9314f 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -38,7 +38,7 @@ private:
static bool insertion_point_location_is_valid;
public:
// type definitions
- typedef enum {unspecified, MUTTER, WESTON, KWIN, OWL} compositor_name;
+ typedef enum {unspecified, MUTTER, WESTON, KWIN, OWL, WAYFIRE} compositor_name;
struct seat {
struct wl_seat *wl_seat;
struct wl_pointer *wl_pointer;