Ported library code to raise window in X to wayland 04/2804/1
authorJimmy Huang <jimmy.huang@intel.com>
Tue, 5 Mar 2013 00:58:48 +0000 (16:58 -0800)
committerJimmy Huang <jimmy.huang@intel.com>
Tue, 5 Mar 2013 00:58:48 +0000 (16:58 -0800)
commit101a1b6fbec1694eb5c5a5be6e6db1b119f35b85
treea5ad1bf747812e597945f2fac2942b7e69684f95
parentf8cf10264938ff19542e52111db62e35b1255455
Ported library code to raise window in X to wayland

Replaced call to x_raise_win() to make wayland equivalent calls.
It will call ecore_wl_window_shell_surface_raise() in ecore-wayland
in order to raise the shell surface that belongs to the app window.

Also removed ecore-x and added ecore-wayland build deps.

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
CMakeLists.txt
include/appcore-internal.h
packaging/app-core.spec
src/appcore-wayland.c [new file with mode: 0755]
src/appcore.c