wayland: we don't need wayland shms for the back buffer (anymore)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
3ce1cb88f6
commit
5462103815
2 changed files with 6 additions and 28 deletions
|
|
@ -216,8 +216,6 @@ struct _MwLLWaylandShmBuffer {
|
|||
struct wl_shm* shm;
|
||||
struct wl_shm_pool* shm_pool;
|
||||
struct wl_buffer* shm_buffer;
|
||||
struct wl_shm_pool* shm_pool_back;
|
||||
struct wl_buffer* shm_buffer_back;
|
||||
struct wl_surface* surface;
|
||||
struct wl_output* output;
|
||||
|
||||
|
|
@ -225,7 +223,6 @@ struct _MwLLWaylandShmBuffer {
|
|||
MwU32* buf_back;
|
||||
MwU64 buf_size;
|
||||
int fd;
|
||||
int fd_back;
|
||||
MwBool setup;
|
||||
|
||||
// pixman_image_t* pixman_fb_front;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue