forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
769a49c1ff
commit
6eee227693
2 changed files with 9 additions and 0 deletions
|
|
@ -756,6 +756,13 @@
|
|||
<arguments>
|
||||
<pointer name="menu" />
|
||||
<struct defname="MwPoint" pointer="yes" name="point" />
|
||||
<integer name="diff_calc" />
|
||||
</arguments>
|
||||
</function>
|
||||
<function name="GetSize">
|
||||
<arguments>
|
||||
<pointer name="menu" />
|
||||
<struct defname="MwRect" pointer="yes" name="rect" />
|
||||
</arguments>
|
||||
</function>
|
||||
</functions>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ static int wcreate(MwWidget handle) {
|
|||
MwSetDefault(handle);
|
||||
MwSetInteger(handle, MwNleftPadding, 0);
|
||||
|
||||
handle->internal = NULL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue