diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-31 08:56:56 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-31 08:56:56 +0200 |
| commit | 57013133406c1d263078d75c06565eebb8e9445e (patch) | |
| tree | 736eaebb52d7e1beb5b018306a193389c40d019e /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 07fd2628febb512192239cc252087deb62da4866 (diff) | |
Hybrid Wayland/X11: remove setenv() call from Fl_Wayland_System_Driver::disable_wayland().
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 d5196b557..f0f01ca1f 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -174,7 +174,7 @@ 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(); - static bool undo_wayland_backend_if_needed(); + static bool undo_wayland_backend_if_needed(const char *backend = NULL); }; |
