diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 14:09:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 14:09:53 -0400 |
| commit | 2a2d730d12086097a977370e9f3a87c3053ac7ae (patch) | |
| tree | 26180c7a0be2df94435c76fc9e42e2079e56c49b /redo/uitask_windows.c | |
| parent | 35228385c11ec939ebc29dbaa3d653bcad6cd3b4 (diff) | |
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X keyboard trap.
Diffstat (limited to 'redo/uitask_windows.c')
| -rw-r--r-- | redo/uitask_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/uitask_windows.c b/redo/uitask_windows.c index 5a64096..eec2b73 100644 --- a/redo/uitask_windows.c +++ b/redo/uitask_windows.c @@ -35,7 +35,7 @@ void uimsgloop(void) if (GetClassNameW(focus, classchk, NAREACLASS) == 0) xpanic("error getting name of focused window class for Area check", GetLastError()); if (wcscmp(classchk, areaWindowClass) == 0) - dodlgmessage = (BOOL) SendMessageW(focus, msgAreaDefocuses, 0, 0); + dodlgmessage = FALSE; } if (dodlgmessage && IsDialogMessageW(active, &msg) != 0) continue; |
