aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.cpp')
-rw-r--r--src/wayland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wayland.cpp b/src/wayland.cpp
index 625dbb0..098ee47 100644
--- a/src/wayland.cpp
+++ b/src/wayland.cpp
@@ -524,6 +524,7 @@ void controller::surface_configuration(uint32_t id, int32_t width,
uint32_t lid = id == 0x16180 ? 1000 : 100;
c->layers[lid]->add_surface(c->surfaces[id].get());
c->layers[lid]->set_visibility(1);
+ logdebug("Surface %u now fullscreen on layer %u", id, lid);
});
}