diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index f853c291..11976fa1 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -110,9 +110,21 @@
+ screen. -->
-
+
+
+
+
+
+
+
+
+
@@ -349,12 +361,10 @@
active? -->
-
+
diff --git a/wayland/wayland-server.h b/wayland/wayland-server.h
index 09ffcd1c..e0909ed6 100644
--- a/wayland/wayland-server.h
+++ b/wayland/wayland-server.h
@@ -125,9 +125,6 @@ struct wl_buffer {
struct wl_visual *visual;
int32_t width, height;
void (*attach)(struct wl_buffer *buffer, struct wl_surface *surface);
- void (*damage)(struct wl_buffer *buffer,
- struct wl_surface *surface,
- int32_t x, int32_t y, int32_t width, int32_t height);
};
struct wl_listener {