fix hang
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-27 16:16:30 +09:00
commit 251fc41020
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 135 additions and 39 deletions

View file

@ -76,10 +76,10 @@ struct _MwPoint {
};
struct _MwRect {
int x;
int y;
unsigned int width;
unsigned int height;
int x;
int y;
int width;
int height;
};
struct _MwSizeHints {