only need one pixman buf
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-08 14:39:26 -07:00
commit 3ce1cb88f6
2 changed files with 17 additions and 14 deletions

View file

@ -228,8 +228,9 @@ struct _MwLLWaylandShmBuffer {
int fd_back;
MwBool setup;
pixman_image_t* pixman_fb_front;
pixman_image_t* pixman_fb_back;
// pixman_image_t* pixman_fb_front;
pixman_image_t* pixman_fb;
int width, height;
};
enum _MwLLWaylandType {