Add new hint to enable/disable auto raising window feature
[platform/core/appfw/app-core.git] / include / appcore_ui_base.h
index f11aa3c..a92b430 100644 (file)
@@ -44,6 +44,7 @@ enum appcore_ui_base_hint {
        APPCORE_UI_BASE_HINT_WINDOW_STACK_CONTROL = 0x2,
        APPCORE_UI_BASE_HINT_BG_LAUNCH_CONTROL = 0x4,
        APPCORE_UI_BASE_HINT_HW_ACC_CONTROL = 0x8,
+       APPCORE_UI_BASE_HINT_WINDOW_AUTO_CONTROL = 0x10,
 };
 
 int appcore_ui_base_on_receive(aul_type type, bundle *b);