powerkey popup : to fix compile error
[platform/core/system/system-popup.git] / src / common / popup-common.h
index ccd23a5..bd93621 100755 (executable)
@@ -66,7 +66,11 @@ typedef struct appdata {
        Evas_Object *popup;
        Evas_Object *button;
 /* Need updates of efl-ext for Tizen 4.0 */
+#if !defined PROFILE_MOBILE && !defined PROFILE_IVI && !defined PROFILE_COMMON && !defined PROFILE_TV
        Eext_Circle_Surface *circle_surface;
+#else
+       void *circle_surface;
+#endif
        struct tm saved_time;
 /* Used by Mobile Profile */
        Evas_Object *fb;