wip: fix FTBFS sandbox/pcoval/devel
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 26 Feb 2014 13:21:12 +0000 (14:21 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 26 Feb 2014 13:21:12 +0000 (14:21 +0100)
Change-Id: Ia8ed07cb4a4218e8739af2f649704537bf4944d3
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
setting-common/src/setting-common-draw-popup.c
setting-profile/src/setting-profile.c
setting-reset/src/setting-reset-settings.c

index 534aa1f..694a23f 100755 (executable)
@@ -19,6 +19,7 @@
 #include <glib.h>
 #include <efl_util.h>
 #include <Ecore_X.h>
+#include <utilX.h>
 
 static void _setting_def_response_cb(void *data, Evas_Object *obj,
                                     void *event_info)
index c903d5b..719bb0c 100755 (executable)
@@ -24,6 +24,8 @@
 #include <Ecore_X.h>
 #endif
 
+#include <utilX.h>
+
 #ifndef UG_MODULE_API
 #define UG_MODULE_API __attribute__ ((visibility("default")))
 #endif
@@ -424,10 +426,10 @@ void __setting_profile_ug_key_grab(SettingProfileUG *ad)
        if(ad == NULL)
                return;
 
-       ret = efl_util_grab_key(ug_get_window(), KEY_VOLUMEUP, TOP_POSITION_GRAB);
+       ret = utilx_util_grab_key(0  , ug_get_window(), KEY_VOLUMEUP, TOP_POSITION_GRAB);
        if(ret)
                return;
-       ret = utilx_grab_key(ug_get_window(), KEY_VOLUMEDOWN, TOP_POSITION_GRAB);
+       ret = utilx_grab_key(0, ug_get_window(), KEY_VOLUMEDOWN, TOP_POSITION_GRAB);
        if(ret)
                return;
 
index 3497ebd..a2c6c3f 100755 (executable)
@@ -18,6 +18,7 @@
 #include <setting-reset-settings.h>
 #include <Ecore_X.h>
 #include <efl_util.h>
+#include <utilX.h>
 
 #define RESULT_FONT_SIZE 28//18
 #define ITEM_NAME_FONT_SIZE 35//22