fix graphic bug

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@85 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 00:43:09 +00:00
parent a5200bdb3f
commit a95e2d0e45
5 changed files with 14 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ struct _MwLL {
HWND hWnd;
HDC hDC;
void* user;
int copy_buffer;
MwLLHandler handler;
};

View File

@@ -24,6 +24,7 @@ struct _MwLL {
Colormap colormap;
void* user;
Atom wm_delete;
int copy_buffer;
unsigned int width;
unsigned int height;