fix for applying wayland (removing X)
[apps/home/settings.git] / setting-reset / src / setting-reset-settings.c
index d443fdc..9569f1c 100755 (executable)
@@ -16,8 +16,6 @@
  */
 #include <setting-cfg.h>
 #include <setting-reset-settings.h>
-#include <Ecore_X.h>
-#include <utilX.h>
 
 #define RESULT_FONT_SIZE 28//18
 #define ITEM_NAME_FONT_SIZE 35//22
@@ -93,6 +91,7 @@ static void __processing_popup_response_cb(void *data, Evas_Object *obj,
        }
        ad->notify= NULL;
 
+#if 0
        // key ungrab: after showing the result popup
        Ecore_X_Display *disp = ecore_x_display_get();
        Ecore_X_Window xwin = elm_win_xwindow_get((Evas_Object*)ug_get_window());
@@ -100,6 +99,7 @@ static void __processing_popup_response_cb(void *data, Evas_Object *obj,
        if (ret) {
                SETTING_TRACE_ERROR("KEY_HOME ungrab error ret[%d]", ret);
        }
+#endif
 }
 bool __reset_all_idler(void *data)
 {