mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-19 15:44:07 +00:00
optimization and rename
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@442 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -230,7 +230,7 @@ void MwDestroyWidget(MwWidget handle) {
|
||||
handle->destroyed = 1;
|
||||
}
|
||||
|
||||
void MwWidgetExecute(MwWidget handle, const char* func_name, void* out, ...) {
|
||||
void MwVaWidgetExecute(MwWidget handle, const char* func_name, void* out, ...) {
|
||||
va_list args;
|
||||
va_start(args, out);
|
||||
MwVaListWidgetExecute(handle, func_name, out, args);
|
||||
|
||||
Reference in New Issue
Block a user