diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 5ad2ca857a2..20e09d8a463 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -2178,7 +2178,7 @@ funhook (int code, WPARAM w, LPARAM l) | |||
| 2178 | can prevent this by setting the | 2178 | can prevent this by setting the |
| 2179 | w32-pass-[lr]window-to-system variable to | 2179 | w32-pass-[lr]window-to-system variable to |
| 2180 | NIL. */ | 2180 | NIL. */ |
| 2181 | if (hs->vkCode == (VK_LWIN && !NILP (Vw32_pass_lwindow_to_system)) || | 2181 | if ((hs->vkCode == VK_LWIN && !NILP (Vw32_pass_lwindow_to_system)) || |
| 2182 | (hs->vkCode == VK_RWIN && !NILP (Vw32_pass_rwindow_to_system))) | 2182 | (hs->vkCode == VK_RWIN && !NILP (Vw32_pass_rwindow_to_system))) |
| 2183 | { | 2183 | { |
| 2184 | /* Not prevented - Simulate the keypress to the system. */ | 2184 | /* Not prevented - Simulate the keypress to the system. */ |