summaryrefslogtreecommitdiff
path: root/redo/table_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-28 17:48:25 -0400
committerPietro Gagliardi <[email protected]>2014-08-28 17:48:25 -0400
commitd18889b2d17d4e79e412c9263f28b24580b28a89 (patch)
treef225afa17a221e1dde2e82591a4b665a1e5a90fc /redo/table_windows.c
parent555b6ebcbd16a933f23f03db0d8118e6d984d5d2 (diff)
Decided to defer Table WM_MOUSELEAVE (Windows) to later.
Diffstat (limited to 'redo/table_windows.c')
-rw-r--r--redo/table_windows.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/redo/table_windows.c b/redo/table_windows.c
index 124dffb..2c956f5 100644
--- a/redo/table_windows.c
+++ b/redo/table_windows.c
@@ -88,11 +88,6 @@ static LRESULT CALLBACK tableSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM
handle(hwnd, lParam, tableToggled, t->gotable);
// and let the list view do its thing
return (*fv_DefSubclassProc)(hwnd, uMsg, wParam, lParam);
- case WM_MOUSELEAVE:
- // TODO doesn't work
- tablePushed(t->gotable, -1, -1); // in case button held as drag out
- // and let the list view do its thing
- return (*fv_DefSubclassProc)(hwnd, uMsg, wParam, lParam);
case msgLoadImageList:
tableLoadImageList(hwnd, t, (HIMAGELIST) lParam);
return 0;