discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6bb6f14b7ce3afc9b2be0bb890bc712d731600ea

commit 6bb6f14b7ce3afc9b2be0bb890bc712d731600ea
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Mar 22 16:15:16 2017 -0400

    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 1447ceb..1da6fee 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;

-- 


Reply via email to