mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-10 19:33:28 +00:00
fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@65 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -22,6 +22,12 @@ void resize(MwWidget handle, void* user_data, void* call_data) {
|
|||||||
MwNwidth, (ow = w - 100),
|
MwNwidth, (ow = w - 100),
|
||||||
MwNheight, (oh = h - 150),
|
MwNheight, (oh = h - 150),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
MwVaApply(button,
|
||||||
|
MwNy, h - 50 - 50,
|
||||||
|
MwNwidth, ow,
|
||||||
|
MwNheight, 50,
|
||||||
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void tick(MwWidget handle, void* user_data, void* call_data) {
|
void tick(MwWidget handle, void* user_data, void* call_data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user