This commit is contained in:
NishiOwO
2026-01-27 18:00:44 +09:00
parent ae96b127e1
commit 5e492ee5b4

View File

@@ -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);