diff options
author | Doyoun Kang <doyoun.kang@samsung.com> | 2023-03-29 10:58:11 +0900 |
---|---|---|
committer | Doyoun Kang <doyoun.kang@samsung.com> | 2023-03-29 12:02:02 +0900 |
commit | d9c71372506b70d121a06118c2820885912fbeab (patch) | |
tree | abedce11e99abf6bf75c32be062a08397aa7bb44 | |
parent | 6ccf395c087ed5caba827e09cb29f42772d76526 (diff) | |
download | wayland-extension-d9c71372506b70d121a06118c2820885912fbeab.tar.gz wayland-extension-d9c71372506b70d121a06118c2820885912fbeab.tar.bz2 wayland-extension-d9c71372506b70d121a06118c2820885912fbeab.zip |
tizen_launch_appinfo: add set_auto_placement request
Change-Id: Ideeb4ce405de9ad83bbb924fea186ab26c83e095
-rw-r--r-- | protocol/tizen/tizen-launch.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/protocol/tizen/tizen-launch.xml b/protocol/tizen/tizen-launch.xml index 34b7628..52d95ee 100644 --- a/protocol/tizen/tizen-launch.xml +++ b/protocol/tizen/tizen-launch.xml @@ -70,7 +70,7 @@ </request> </interface> - <interface name="tizen_launch_appinfo" version="1"> + <interface name="tizen_launch_appinfo" version="2"> <description summary="application information"> This interface allow to set the information of the application. </description> @@ -153,5 +153,13 @@ <arg name="pid" type="uint" /> </request> + <request name="set_auto_placement" since="2"> + <description summary="set auto placement mode"> + Set the auto-placement mode. Auto placement means that delegating the position of window to + the display server when the window associated with the given pid is launched. + The launching position of window is decided by display server. + </description> + <arg name="pid" type="uint" summary="process id"/> + </request> </interface> </protocol> |