fix for applying wayland (removing X)
[apps/home/settings.git] / src / personal_mode_util / setting_personal_mode.c
index ff07152..7a92e4f 100644 (file)
@@ -12,7 +12,6 @@
 #include <efl_assist.h>
 #include <vconf.h>
 #include <app.h>
-#include <Ecore_X.h>
 #include <ode.h>
 #include <notification.h>
 #include <ui-gadget.h>
@@ -109,8 +108,8 @@ static Evas_Object *personal_mode_create_window(const char *name, bool transpare
                }
 
                evas_object_smart_callback_add(eo, "delete,request", __del_cb, NULL);
-               ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, &h);
-               evas_object_resize(eo, w, h);
+               //ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, &h);
+               //evas_object_resize(eo, w, h);
 
                elm_win_indicator_mode_set(eo, ELM_WIN_INDICATOR_SHOW);
                elm_win_indicator_opacity_set(eo, ELM_WIN_INDICATOR_OPAQUE);