mask image for x11

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@348 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-16 05:54:43 +00:00
parent 3ca9b48958
commit ac1e102dee
3 changed files with 80 additions and 85 deletions

View File

@@ -46,11 +46,10 @@ struct _MwLLPixmap {
int depth;
int use_shm;
int use_render;
XShmSegmentInfo shm;
Display* display;
XImage* image;
int use_render;
Display* display;
XImage* image;
XImage* mask;
};
#endif