mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
shm: get_buffer(): remove 'copies' argument; it's not used
This commit is contained in:
parent
632b6ee0ea
commit
8df82938b0
3 changed files with 4 additions and 7 deletions
3
shm.h
3
shm.h
|
|
@ -19,6 +19,5 @@ struct buffer {
|
|||
pixman_image_t *pix;
|
||||
};
|
||||
|
||||
struct buffer *shm_get_buffer(
|
||||
struct wl_shm *shm, int width, int height, size_t copies);
|
||||
struct buffer *shm_get_buffer(struct wl_shm *shm, int width, int height);
|
||||
void shm_fini(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue