From 16ccaa8b75d0e0f236463ed705204ac7552748a1 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 26 Feb 2014 14:21:12 +0100 Subject: [PATCH] wip: fix FTBFS Change-Id: Ia8ed07cb4a4218e8739af2f649704537bf4944d3 Signed-off-by: Philippe Coval --- setting-common/src/setting-common-draw-popup.c | 1 + setting-profile/src/setting-profile.c | 6 ++++-- setting-reset/src/setting-reset-settings.c | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/setting-common/src/setting-common-draw-popup.c b/setting-common/src/setting-common-draw-popup.c index 534aa1f..694a23f 100755 --- a/setting-common/src/setting-common-draw-popup.c +++ b/setting-common/src/setting-common-draw-popup.c @@ -19,6 +19,7 @@ #include #include #include +#include static void _setting_def_response_cb(void *data, Evas_Object *obj, void *event_info) diff --git a/setting-profile/src/setting-profile.c b/setting-profile/src/setting-profile.c index c903d5b..719bb0c 100755 --- a/setting-profile/src/setting-profile.c +++ b/setting-profile/src/setting-profile.c @@ -24,6 +24,8 @@ #include #endif +#include + #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; diff --git a/setting-reset/src/setting-reset-settings.c b/setting-reset/src/setting-reset-settings.c index 3497ebd..a2c6c3f 100755 --- a/setting-reset/src/setting-reset-settings.c +++ b/setting-reset/src/setting-reset-settings.c @@ -18,6 +18,7 @@ #include #include #include +#include #define RESULT_FONT_SIZE 28//18 #define ITEM_NAME_FONT_SIZE 35//22 -- 2.34.1