Region changed system event is added
[apps/livebox/livebox.git] / src / livebox.c
index 487011d..228780d 100644 (file)
@@ -78,6 +78,7 @@ EAPI const int NEED_TO_UPDATE = 0x01;
 EAPI const int LB_SYS_EVENT_FONT_CHANGED = 0x01;
 EAPI const int LB_SYS_EVENT_LANG_CHANGED = 0x02;
 EAPI const int LB_SYS_EVENT_TIME_CHANGED = 0x04;
+EAPI const int LB_SYS_EVENT_REGION_CHANGED = 0x08;
 EAPI const int LB_SYS_EVENT_PAUSED = 0x0100;
 EAPI const int LB_SYS_EVENT_RESUMED = 0x0200;