mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Remove buffer.attach vfunc
This commit is contained in:
parent
0bf5285b44
commit
3b2ce63015
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ struct wl_buffer {
|
|||
struct wl_compositor *compositor;
|
||||
struct wl_visual *visual;
|
||||
int32_t width, height;
|
||||
void (*attach)(struct wl_buffer *buffer, struct wl_surface *surface);
|
||||
};
|
||||
|
||||
struct wl_listener {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue