diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-06-23 14:47:23 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 331b84526ada3d98d207ae3ddcc4892b2868870f (patch) | |
tree | 9a40a37fabcbf27427b8c504a81b3564d45ad712 | |
parent | c84963877f8042e0609d9bba6a78eb55af836dc4 (diff) |
wayland: print debug message when setting surface onto layer
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | src/wayland.cpp | 1 |
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); }); } |