git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@5 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-28 04:06:26 +00:00
parent 6f3439fc39
commit a14d3e9f58
2 changed files with 13 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ typedef struct __Milsko {
Window window;
GC gc;
Colormap colormap;
int x;
int y;
unsigned int width;
unsigned int height;
}* HMILSKO;
typedef struct __MilskoColor {