tizen_policy: add a new nap_type - none 85/282285/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 29 Sep 2022 10:02:23 +0000 (19:02 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 29 Sep 2022 10:02:23 +0000 (19:02 +0900)
Change-Id: I671b81775fd2106bf19993a8399094f7d1d8d670

protocol/tizen/tizen-extension.xml

index 79e0727..1fe908f 100644 (file)
 
     <!-- for snap type -->
     <enum name="snap_type">
-      <entry name="left" value="0" summary="the left side of the screen"/>
-      <entry name="right" value="1" summary="the right side of the screen"/>
-      <entry name="top" value="2" summary="the top of the screen"/>
-      <entry name="bottom" value="3" summary="the bottom of the screen"/>
+      <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">