diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-02 14:39:11 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-02 14:39:11 +0100 |
| commit | ddc213d91c28e5f0729a7f397e88104baa7024bc (patch) | |
| tree | de22a273db274a8c47cbd4c02db29427b32d3354 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 96fd8a5f7a78730465a3fc3dcdab90b508bbab43 (diff) | |
Add preliminary support of Wayland under macOS
Wayland under macOS is WIP at
https://github.com/owl-compositor/owl
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 2 |
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 bd3edd93c..f1a723926 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -169,7 +169,7 @@ public: char *get_seat_name(); struct xkb_keymap *get_xkb_keymap(); static bool own_output(struct wl_output *output); - typedef enum {unspecified, MUTTER, WESTON, KDE} compositor_name; + typedef enum {unspecified, MUTTER, WESTON, KDE, OWL} compositor_name; 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) FL_OVERRIDE; void reset_spot() FL_OVERRIDE; |
