map window points

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@58 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 05:58:28 +00:00
parent e7582cd646
commit 29b344f831
6 changed files with 61 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ struct _MwLLHandler {
void (*draw)(MwLL handle);
void (*up)(MwLL handle);
void (*down)(MwLL handle);
void (*resize)(MwLL handle);
};
#ifdef __cplusplus