diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-31 10:43:10 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-31 10:43:10 +0200 |
| commit | 736c20f7a2ee0ab2b40850e3872844c584c576c0 (patch) | |
| tree | b7fb082fa3836b7c9f4594bbf2ce686e8257f0a9 /src/drivers | |
| parent | 57013133406c1d263078d75c06565eebb8e9445e (diff) | |
Wayland platform: remove redirection of stderr.
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index 29a037171..9ef33ad14 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -1119,6 +1119,7 @@ void Fl_Wayland_Screen_Driver::open_display_platform() { Fl::fatal("No Wayland connection\n"); } } +puts("Using Wayland backend"); wl_list_init(&seats); wl_list_init(&outputs); @@ -1135,7 +1136,6 @@ void Fl_Wayland_Screen_Driver::open_display_platform() { Fl::add_fd(wl_display_get_fd(wl_display), FL_READ, (Fl_FD_Handler)fd_callback, wl_display); fl_create_print_window(); Fl_Wayland_System_Driver::too_late_to_disable = true; -puts("Using Wayland backend"); } void Fl_Wayland_Screen_Driver::close_display() { |
