remote_surface: Allow NULL for set_owner and bind_surface
authorMinJeong Kim <minjjj.kim@samsung.com>
Tue, 29 Nov 2016 04:45:51 +0000 (13:45 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 6 Dec 2016 05:25:33 +0000 (14:25 +0900)
Change-Id: I74853708d065981323897b99261cc7039ff0d50c

protocol/tizen-remote-surface.xml

index fcc54c3aa9cca2123aabadf0fa2f4374f49a62b0..d673aa3d91819299fbd22dde9b70f33523ad0768 100644 (file)
@@ -33,7 +33,7 @@
            wayland surface can be automatically drawed by buffer updating of
            remote surface provider without notice to an owner of remote surface.
         </description>
-        <arg name="surface" type="object" interface="wl_surface" summary="wayland surface to be set remote surface"/>
+        <arg name="surface" type="object" interface="wl_surface" allow-null="true" summary="wayland surface to be set remote surface"/>
         <arg name="remote_surface" type="object" interface="tizen_remote_surface" summary="remote surface for target wayland surface"/>
      </request>
   </interface>
         <description summary="set owner surface of remote sruface">
            Set owner wl_surface object of this remote surface.
         </description>
-        <arg name="owner" type="object" interface="wl_surface" summary="wayland surface to be set to an owner" />
+        <arg name="owner" type="object" interface="wl_surface" allow-null="true" summary="wayland surface to be set to an owner" />
      </request>
 
      <request name="create_region">