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-28 15:27:38 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-07-28 15:27:38 +0200
commitd9fa2c6082da533555c3655a4808622fa7c9fd11 (patch)
treedb96eae104c172113ab21fc070be08a5012164c8 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parent1127ebfcd3f6f118dd1f499db1a51c5dceeddbdc (diff)
Wayland.dox: add info about the xdg decoration protocol
Also, use KWin to name the KDE desktop's Wayland 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 0be756852..fef6aaafe 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -39,7 +39,7 @@ private:
static bool insertion_point_location_is_valid;
public:
// type definitions
- typedef enum {unspecified, MUTTER, WESTON, KDE, OWL} compositor_name;
+ typedef enum {unspecified, MUTTER, WESTON, KWIN, OWL} compositor_name;
struct seat {
struct wl_seat *wl_seat;
struct wl_pointer *wl_pointer;