git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@573 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-02 20:43:55 +00:00
parent 263e26ceb9
commit 5c2e36cb22
5 changed files with 12 additions and 13 deletions

View File

@@ -54,11 +54,10 @@ struct _MwLLColor {
struct _MwLLPixmap {
int width;
int height;
unsigned char* data;
unsigned char* data_buffer;
unsigned char* raw;
int depth;
unsigned char* data;
MwLL handle;
int use_render;
Display* display;