From 6bb6f14b7ce3afc9b2be0bb890bc712d731600ea Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 22 Mar 2017 16:15:16 -0400 Subject: [PATCH] add debug for xdg6 configure --- src/modules/wl_desktop_shell/xdg6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/wl_desktop_shell/xdg6.c b/src/modules/wl_desktop_shell/xdg6.c index 1447ceb89..1da6fee03 100644 --- a/src/modules/wl_desktop_shell/xdg6.c +++ b/src/modules/wl_desktop_shell/xdg6.c @@ -327,6 +327,7 @@ _xdg_shell_surface_send_configure(struct wl_resource *resource, Eina_Bool fullsc if (shd->pending && (!width) && (!height)) width = shd->width, height = shd->height; } + //fprintf(stderr, "CONFIGURE %dx%d | max(%d) | full(%d)\n", width, height, maximized, fullscreen); shd->edges = edges; shd->width = width; shd->height = height;