mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-21 06:59:46 -05:00
Add buffer.damage request to the protocol
Thus remove the server-side used vfunc buffer::damage.
This commit is contained in:
parent
589e581f76
commit
0bf5285b44
2 changed files with 18 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue