X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsystem_setting_platform.c;h=e877ca394d78a54824cb7667f94bdd2c79045192;hb=refs%2Fheads%2Ftizen_3.0.2015.q2_common;hp=ef3843af5961aa633518cc96a5211c1635bd2c8f;hpb=3696e4ded8d4fe6ce153b8ea006967e4eb5cfebf;p=platform%2Fcore%2Fapi%2Fsystem-settings.git diff --git a/src/system_setting_platform.c b/src/system_setting_platform.c index ef3843a..e877ca3 100755 --- a/src/system_setting_platform.c +++ b/src/system_setting_platform.c @@ -45,13 +45,16 @@ #include #include +/* For multi-user support */ +#include + #define SMALL_FONT_DPI (-80) #define MIDDLE_FONT_DPI (-100) #define LARGE_FONT_DPI (-150) #define HUGE_FONT_DPI (-190) #define GIANT_FONT_DPI (-250) -#define SETTING_FONT_CONF_FILE "/opt/etc/fonts/conf.avail/99-slp.conf" +#define SETTING_FONT_CONF_FILE tzplatform_mkpath(TZ_SYS_ETC, "fonts/conf.avail/99-slp.conf") #define SETTING_STR_SLP_LEN 256 static char* _get_cur_font();