BuildRequires: pkgconfig(capi-system-device)
BuildRequires: pkgconfig(capi-system-runtime-info)
BuildRequires: pkgconfig(bundle)
+BuildRequires: pkgconfig(appcore-common)
BuildRequires: pkgconfig(appsvc)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(chromium)
SET(SLP_INCLUDE_DIRS
/usr/include
/usr/include/appfw
+ /usr/include/appcore
/usr/include/glib-2.0
/usr/lib/glib-2.0/include
/usr/include/cairo
*/
#include <app.h>
+#include <appcore-common.h>
#include <runtime_info.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
, __changeBounds(true)
, __openClipboard(false)
{
+#if defined(WINDOW_BASE_ROTATION)
+ int ret = appcore_unset_rotation_cb();
+ SysLog(NID_UI, "[Window Manager Rotation] appcore_unset_rotation_cb = %d", ret);
+#endif
+
__pWindowVisibilityChanged = ecore_event_handler_add(ECORE_X_EVENT_WINDOW_VISIBILITY_CHANGE, OnWindowVisibilityChanged, (void*) this);
SysTryReturnVoidResult(NID_UI, __pWindowVisibilityChanged, E_SYSTEM, "[E_SYSTEM] A system error occurred.");
TARGET_LINK_LIBRARIES(${this_target} "-losp-image-core" )
TARGET_LINK_LIBRARIES(${this_target} "-losp-speech-tts" )
TARGET_LINK_LIBRARIES(${this_target} "-lcapi-appfw-application" )
+TARGET_LINK_LIBRARIES(${this_target} "-lappcore-common" )
TARGET_LINK_LIBRARIES(${this_target} "-lappsvc" )
TARGET_LINK_LIBRARIES(${this_target} "-lelementary" )
TARGET_LINK_LIBRARIES(${this_target} "-lX11" )