diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c index 9935c35c6..bb4020d52 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -8,8 +8,8 @@ struct E_Shell_Data { uint32_t edges; - uint32_t width; - uint32_t height; + int32_t width; + int32_t height; Eina_Bool fullscreen : 1; Eina_Bool maximized : 1; Eina_Bool activated : 1;