mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Remove wl_buffer.damage and simplify shm implementation
This commit is contained in:
parent
a0e590a0f3
commit
83685c506e
4 changed files with 10 additions and 73 deletions
|
|
@ -339,12 +339,11 @@ wl_shm_buffer_create(struct wl_shm *shm, int width, int height,
|
|||
int
|
||||
wl_buffer_is_shm(struct wl_buffer *buffer);
|
||||
|
||||
struct wl_shm *
|
||||
wl_shm_init(struct wl_display *display,
|
||||
const struct wl_shm_callbacks *callbacks);
|
||||
int
|
||||
wl_display_init_shm(struct wl_display *display);
|
||||
|
||||
void
|
||||
wl_shm_finish(struct wl_shm *shm);
|
||||
wl_shm_finish(struct wl_display *display);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue