only need one pixman buf
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
ec2c128c7c
commit
3ce1cb88f6
2 changed files with 17 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue