proc-monitor: Save window info obtained from window system in app info
Send dbus method call to window system to get window stack
and store window information into app information after checking validity
The window system manages information of windows called window stack, and
window stack includes information such as visibility and whether a window has
focus. This information is added to app information after validation process.
New dbus method call added from resourced to window system.
- A bus name (org.enlightenment.wm), a path (/org/enlightenment/wm),
and an interface (org.enlightenment.wm.proc) of window system
- A method (GetVisibleWinInfo_v2)
Change-Id: I03984bbfedc7f861063c824ecd7541cc0bc8794f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>