Add new event SET/UNSET, aul_open for auto-launch
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 19 Mar 2013 10:25:16 +0000 (10:25 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 19 Mar 2013 10:37:47 +0000 (10:37 +0000)
commitb0d8dae7b3ff19a6a9e5ccde84e0053ea2162f11
tree7fdcc3864c8190bb560fb2241fd9760b58b875df
parent28f2a078174b439987b3ffafd28c30a783d5cb08
Add new event SET/UNSET, aul_open for auto-launch

1. SET/UNSET
SET will be used to set focus to a box.
Then the master will send mouse event to it directly.

UNSET will be used to unset a focus from the box.
Then the master will stop sending mouse events.

2. Auto launch
Previously, we use the aul_launch to launch an app via box.
So the app always got reset event when a user tries launch it.
This patch will do not send reset event to the app if it is already launched.
Instead of reset, this changes will send the resume event.

Issue: DCM-974

Change-Id: Ia1e515d0d7d6dd45144603f149c2b4586744b736
include/livebox.h
packaging/liblivebox-viewer.spec
src/client.c
src/livebox.c