X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fappcore_ui_base.h;h=3ce7867fcc5295c34577ad15bc9f1f4e012733c3;hb=d82ac10ce2075e4ee89ea37594e05cfc4adc3d87;hp=dc9d615e5d85b67875d22b87e4577aceacd38bb4;hpb=ae38eaa6be67da01a9b56924324adfbb1a58e8b8;p=platform%2Fcore%2Fappfw%2Fapp-core.git diff --git a/include/appcore_ui_base.h b/include/appcore_ui_base.h index dc9d615..3ce7867 100644 --- a/include/appcore_ui_base.h +++ b/include/appcore_ui_base.h @@ -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); @@ -64,6 +65,11 @@ void appcore_ui_base_pause(void); void appcore_ui_base_resume(void); bool appcore_ui_base_is_resumed(void); void appcore_ui_base_exit(void); +void appcore_ui_base_group_add(); +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); #ifdef __cplusplus }