tizen_policy: remove snap_window feature 39/283439/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 26 Oct 2022 23:39:59 +0000 (08:39 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 26 Oct 2022 23:39:59 +0000 (08:39 +0900)
This is replaced to maximize_direction

Change-Id: I949806178d8c744c1667be8cb035c5c9200d580e

protocol/tizen/tizen-extension.xml

index 94fd5d2..7943165 100644 (file)
       <arg name="angle" type="int" summary="current angle of surface"/>
     </event>
 
-    <!-- for snap type -->
-    <enum name="snap_type">
-      <entry name="none" value="0" summary="no snap"/>
-      <entry name="left" value="1" summary="the left side of the screen"/>
-      <entry name="right" value="2" summary="the right side of the screen"/>
-      <entry name="top" value="3" summary="the top of the screen"/>
-      <entry name="bottom" value="4" summary="the bottom of the screen"/>
-    </enum>
-
-    <request name="snap_window" since="12">
-      <description summary="snap window">
-         Snap the window to the location (such as the side of the screen) where you want it to be.
-      </description>
-      <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
-      <arg name="type" type="uint" enum="snap_type" summary="snap type"/>
-    </request>
-
     <!-- for maximize direction -->
     <enum name="maximize_direction">
       <entry name="none" value="0" summary="none. same to unmaximize"/>