summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-03-01 17:04:33 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-03-01 17:04:33 -0500
commit9061f91eb8252e1e414365df7e909093932235ac (patch)
tree8f3f22bbd06b882d94825595f9ab30789ca3c130
parent8105d2873cd24c3632a6f1263935d3461279b8de (diff)
parentb038d93abf9c448e4edcd98aa3d488186bde7586 (diff)
Merge branch 'setup_display' of git://anongit.freedesktop.org/~bnf/wayland
-rw-r--r--protocol/wayland.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index a9f96b6..88c5a32 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -82,42 +82,6 @@
</interface>
- <!-- drm support. This object is created by the server and published
- using the display's global event. -->
- <interface name="drm" version="1">
- <!-- Call this request with the magic received from drmGetMagic().
- It will be passed on to the drmAuthMagic() or
- DRIAuthConnection() call. This authentication must be
- completed before create_buffer could be used. -->
- <request name="authenticate">
- <arg name="id" type="uint"/>
- </request>
-
- <!-- Create a wayland buffer for the named DRM buffer. The DRM
- surface must have a name using the flink ioctl -->
- <request name="create_buffer">
- <arg name="id" type="new_id" interface="buffer"/>
- <arg name="name" type="uint"/>
- <arg name="width" type="int"/>
- <arg name="height" type="int"/>
- <arg name="stride" type="uint"/>
- <arg name="visual" type="object" interface="visual"/>
- </request>
-
- <!-- Notification of the path of the drm device which is used by
- the server. The client should use this device for creating
- local buffers. Only buffers created from this device should
- be be passed to the server using this drm object's
- create_buffer request. -->
- <event name="device">
- <arg name="name" type="string"/>
- </event>
-
- <!-- Raised if the authenticate request succeeded -->
- <event name="authenticated"/>
- </interface>
-
-
<!-- Shared memory support -->
<interface name="shm" version="1">
<!-- Transfer a shm buffer to the server. The allocated buffer