forked from pyrite-dev/milsko
oops
This commit is contained in:
parent
ae96b127e1
commit
5e492ee5b4
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ static void MwLLNextEventImpl(MwLL handle) {
|
|||
if(handle->gdi.get_darktheme){
|
||||
detect_darktheme(handle);
|
||||
|
||||
handle->gdi.get_clipboard = 0;
|
||||
handle->gdi.get_darktheme = 0;
|
||||
}
|
||||
while(PeekMessage(&msg, handle->gdi.hWnd, 0, 0, PM_NOREMOVE)) {
|
||||
GetMessage(&msg, handle->gdi.hWnd, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue