mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +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),
|
||||
MwNheight, (oh = h - 150),
|
||||
NULL);
|
||||
|
||||
MwVaApply(button,
|
||||
MwNy, h - 50 - 50,
|
||||
MwNwidth, ow,
|
||||
MwNheight, 50,
|
||||
NULL);
|
||||
}
|
||||
|
||||
void tick(MwWidget handle, void* user_data, void* call_data) {
|
||||
|
||||
Reference in New Issue
Block a user