Fix build warning
authorSangjin Lee <lsj119@samsung.com>
Fri, 1 Apr 2016 04:19:56 +0000 (13:19 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 6 Apr 2016 00:57:25 +0000 (09:57 +0900)
Change protocol for DTD test.
please see wayland.dtd

Change-Id: I2abcb0a3ed9ad222847755088f5c68549e156dc1

protocol/tizen-extension.xml
protocol/xdg-shell.xml

index 8384533..ba0f56b 100644 (file)
@@ -1,5 +1,4 @@
 <protocol name="tizen_extension">
-
   <interface name="tizen_surface" version="1">
     <request name="get_tizen_resource">
       <arg name="id" type="new_id" interface="tizen_resource" />
     <event name="swipe">
       <arg name="mode" type="uint" enum="mode"/>
       <arg name="num_of_fingers" type="uint"/>
-      <arg name="sx" type="int" description="x coordinate of touch down point"/>
-      <arg name="sy" type="int" description="y coordinate of touch down point"/>
+      <arg name="sx" type="int" summary="x coordinate of touch down point"/>
+      <arg name="sy" type="int" summary="y coordinate of touch down point"/>
       <arg name="direction" type="uint" enum="direction"/>
     </event>
   </interface>
index 44a3a12..68b874a 100644 (file)
         0x1000 - 0x1FFF: GNOME
       </description>
       <entry name="maximized" value="1" summary="the surface is maximized">
+        <description summary="the surface is maximized">
         The surface is maximized. The window geometry specified in the configure
         event must be obeyed by the client.
+        </description>
       </entry>
       <entry name="fullscreen" value="2" summary="the surface is fullscreen">
+        <description summary="the surface is fullscreen">
         The surface is fullscreen. The window geometry specified in the configure
         event must be obeyed by the client.
+        </description>
       </entry>
       <entry name="resizing" value="3">
+        <description summary="the surface is being resized">
         The surface is being resized. The window geometry specified in the
         configure event is a maximum; the client cannot resize beyond it.
         Clients that have aspect ratio or cell sizing configuration can use
         a smaller size, however.
+        </description>
       </entry>
       <entry name="activated" value="4">
+        <description summary="the surface is now activated">
         Client window decorations should be painted as if the window is
         active. Do not assume this means that the window actually has
         keyboard or pointer focus.
+        </description>
       </entry>
     </enum>