forked from pyrite-dev/milsko
fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@65 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
43702c32db
commit
38a109e8df
1 changed files with 6 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue