git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@41 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 00:21:38 +00:00
parent 323230788c
commit 224b13fb60
2 changed files with 3 additions and 5 deletions

View File

@@ -4,10 +4,8 @@
static unsigned long mask = ExposureMask | StructureNotifyMask | ButtonPressMask | ButtonReleaseMask;
MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) {
MwLL r;
Window p;
Window root;
unsigned int border, depth;
MwLL r;
Window p;
r = malloc(sizeof(*r));