summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-29 09:47:02 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-08 09:30:51 +0100
commit222b2ea2e84a9c50a222cce22e19aaba110c6f11 (patch)
treef3f74d890be0e75bb2cfea8226f003b032840d22 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
parent6ada45f1f24423c4039a5099fcc6de3b5e2c37f0 (diff)
Wayland: Improved implementation of menu windows
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx2
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 365010e2c..34936ca95 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
@@ -947,7 +947,7 @@ static struct wl_output_listener output_listener = {
static void registry_handle_global(void *user_data, struct wl_registry *wl_registry,
uint32_t id, const char *interface, uint32_t version) {
-//fprintf(stderr, "interface=%s\n", interface);
+//fprintf(stderr, "interface=%s version=%u\n", interface, version);
Fl_Wayland_Screen_Driver *scr_driver = (Fl_Wayland_Screen_Driver*)Fl::screen_driver();
if (strcmp(interface, "wl_compositor") == 0) {
if (version < 4) {