Move app launching log from app-core to amd
[platform/core/appfw/app-core.git] / include / appcore_ui_base.h
index 9359564..83f648d 100644 (file)
@@ -46,6 +46,7 @@ enum appcore_ui_base_hint {
        APPCORE_UI_BASE_HINT_BG_LAUNCH_CONTROL = 0x4,
        APPCORE_UI_BASE_HINT_HW_ACC_CONTROL = 0x8,
        APPCORE_UI_BASE_HINT_WINDOW_AUTO_CONTROL = 0x10,
+       APPCORE_UI_BASE_HINT_LEGACY_CONTROL = 0x20,
 };
 
 int appcore_ui_base_on_receive(aul_type type, bundle *b);
@@ -72,6 +73,8 @@ void appcore_ui_base_group_remove();
 unsigned int appcore_ui_base_get_main_window(void);
 unsigned int appcore_ui_base_get_main_surface(void);
 int appcore_ui_base_get_hint(void);
+bool appcore_ui_base_get_bg_state(void);
+void appcore_ui_base_set_bg_state(bool bg_state);
 
 #ifdef __cplusplus
 }