shm/render: there's no need to have one pixman image per thread

This commit is contained in:
Daniel Eklöf 2019-08-16 22:54:05 +02:00
parent f45e5c6aef
commit 72d3cbca26
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 10 additions and 29 deletions

4
shm.h
View file

@ -16,9 +16,7 @@ struct buffer {
void *mmapped;
struct wl_buffer *wl_buf;
size_t copies;
pixman_image_t **pix;
pixman_image_t *pix;
};
struct buffer *shm_get_buffer(