Add buffer.damage request to the protocol

Thus remove the server-side used vfunc buffer::damage.
This commit is contained in:
Benjamin Franzke 2011-03-07 15:05:27 +01:00 committed by Kristian Høgsberg
parent 589e581f76
commit 0bf5285b44
2 changed files with 18 additions and 11 deletions

View file

@ -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 {