diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-12 20:08:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-12 20:08:53 -0400 |
| commit | 6dcda6aafaa62e085e033038fce2e2e7ef6e25d4 (patch) | |
| tree | 98b4bd57cf908d7bcdee8c656cf79310dbb18b34 /redo/uitask_windows.c | |
| parent | 9b35def046f8e3dd3ce64ff20fbf4aa03625e239 (diff) | |
Determined that Backspace, Tab, and Enter work in Areas on Windows (though more TODOs due to dialog message craziness).
Diffstat (limited to 'redo/uitask_windows.c')
| -rw-r--r-- | redo/uitask_windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/uitask_windows.c b/redo/uitask_windows.c index 23aba52..5d5f503 100644 --- a/redo/uitask_windows.c +++ b/redo/uitask_windows.c @@ -17,6 +17,7 @@ void uimsgloop(void) if (res == 0) /* WM_QUIT */ break; active = GetActiveWindow(); + // TODO this interferes with Area if (active != NULL && IsDialogMessageW(active, &msg) != 0) continue; TranslateMessage(&msg); |
