FLTK logo

[master] 402764f - Remove development stage "Using Wayland backend" message

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 402764f - Remove development stage "Using Wayland backend" message "ManoloFLTK" Nov 16, 2022  
 
commit 402764f5c1373792fce742c663eb995b1c8a1d70
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Thu Nov 17 07:31:37 2022 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Thu Nov 17 07:31:37 2022 +0100

    Remove development stage "Using Wayland backend" message

 src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
index cfd83ad..03b5500 100644
--- src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+++ src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
@@ -1106,7 +1106,7 @@ void Fl_Wayland_Screen_Driver::open_display_platform() {
       Fl::fatal("No Wayland connection\n");
     }
   }
-puts("Using Wayland backend");
+  //puts("Using Wayland backend");
   wl_list_init(&seats);
   wl_list_init(&outputs);
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.