add fallback if xrender fails

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@300 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-12 18:12:01 +00:00
commit d39e14a119
11 changed files with 64 additions and 10 deletions

View file

@ -44,6 +44,7 @@ struct _MwLLPixmap {
unsigned char* data;
int use_shm;
int use_render;
XShmSegmentInfo shm;
Display* display;
XImage* image;