add debug for xdg6 configure

This commit is contained in:
Mike Blumenkrantz 2017-03-22 16:15:16 -04:00
parent 7fe67cf187
commit 6bb6f14b7c
1 changed files with 1 additions and 0 deletions

View File

@ -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;