Merge branch 'main' into move-feature-flags-to-build-script

This commit is contained in:
Ferdinand Schober
2026-05-16 17:09:29 +02:00
committed by GitHub

View File

@@ -222,11 +222,8 @@ fn start_routine(
}
/* run message loop */
loop {
while let Some(msg) = get_msg() {
// mouse / keybrd proc do not actually return a message
let Some(msg) = get_msg() else {
break;
};
if msg.hwnd.0.is_null() {
/* messages sent via PostThreadMessage */
match msg.wParam.0 {