forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
129f8f4d66
commit
319927aee1
1 changed files with 2 additions and 0 deletions
|
|
@ -903,10 +903,12 @@ void MwDispatchError(int code, const char* message) {
|
|||
}
|
||||
}
|
||||
|
||||
#undef MwForceRender
|
||||
void MwForceRender(MwWidget handle) {
|
||||
MwLLForceRender(handle->lowlevel);
|
||||
}
|
||||
|
||||
#undef MwForceRender2
|
||||
void MwForceRender2(MwWidget handle, void* ptr) {
|
||||
(void)ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue