This commit is contained in:
Nishi 2026-05-02 22:43:54 +09:00
commit ab1dfc2e60
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 30 additions and 2 deletions

View file

@ -219,6 +219,8 @@ struct _MwSubWindow {
int y;
int width;
int height;
MwPoint cursor_start;
MwPoint base;
};
struct _MwMouse {