Remove conditional compilation associated with window manager
[platform/core/appfw/app-core.git] / include / appcore-internal.h
index c1f9bb3..ff6ced3 100644 (file)
@@ -184,9 +184,7 @@ int appcore_set_wm_rotation(struct ui_wm_rotate* wm_rotate);
 void appcore_group_attach();
 void appcore_group_lower();
 unsigned int appcore_get_main_window(void);
-#if defined(WAYLAND)
 unsigned int appcore_get_main_surface(void);
-#endif
 void appcore_get_app_core(struct appcore **ac);
 
 #define ENV_START "APP_START_TIME"