summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/wayland/wayland-server-protocol.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2011-03-02 15:35:37 +0100
committerPaul Olav Tvete <paul.tvete@nokia.com>2011-03-02 15:35:37 +0100
commit6ff2c78603da3ec4bade962ede039513057b0454 (patch)
treeff405c3e2ce4a15758305ee796bf2c9e5b6ec9b7 /src/3rdparty/wayland/wayland-server-protocol.h
parent1691e9ed575bf21121da522acb388f99c4771fc8 (diff)
Update to latest Wayland version
Diffstat (limited to 'src/3rdparty/wayland/wayland-server-protocol.h')
-rw-r--r--src/3rdparty/wayland/wayland-server-protocol.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/3rdparty/wayland/wayland-server-protocol.h b/src/3rdparty/wayland/wayland-server-protocol.h
index 8da6b7aa7..da61042cb 100644
--- a/src/3rdparty/wayland/wayland-server-protocol.h
+++ b/src/3rdparty/wayland/wayland-server-protocol.h
@@ -36,7 +36,6 @@ struct wl_client;
struct wl_display;
struct wl_compositor;
-struct wl_drm;
struct wl_shm;
struct wl_buffer;
struct wl_shell;
@@ -51,7 +50,6 @@ struct wl_visual;
extern const struct wl_interface wl_display_interface;
extern const struct wl_interface wl_compositor_interface;
-extern const struct wl_interface wl_drm_interface;
extern const struct wl_interface wl_shm_interface;
extern const struct wl_interface wl_buffer_interface;
extern const struct wl_interface wl_shell_interface;
@@ -86,23 +84,6 @@ struct wl_compositor_interface {
uint32_t id);
};
-struct wl_drm_interface {
- void (*authenticate)(struct wl_client *client,
- struct wl_drm *drm,
- uint32_t id);
- void (*create_buffer)(struct wl_client *client,
- struct wl_drm *drm,
- uint32_t id,
- uint32_t name,
- int width,
- int height,
- uint32_t stride,
- struct wl_visual *visual);
-};
-
-#define WL_DRM_DEVICE 0
-#define WL_DRM_AUTHENTICATED 1
-
struct wl_shm_interface {
void (*create_buffer)(struct wl_client *client,
struct wl_shm *shm,