forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
b0f89d1dcc
commit
77ca92452e
1 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ static MwWidget MwCreateWidget_Internal(MwClass widget_class, const char* name,
|
|||
MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent, int x, int y, unsigned int width, unsigned int height) {
|
||||
va_list dummy;
|
||||
|
||||
memset(&dummy, 0, sizeof(dummy));
|
||||
|
||||
return MwCreateWidget_Internal(widget_class, name, parent, x, y, width, height, 0, dummy);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue