summaryrefslogtreecommitdiff
path: root/wintable/resize.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-01-08 02:05:06 -0500
committerPietro Gagliardi <[email protected]>2015-01-08 02:05:06 -0500
commitfe42db6ebd9a5d4defad8ef8fb82cc82ab2b1226 (patch)
tree029630137956d4a4080fc587dd4c09d7587067cd /wintable/resize.h
parentce64650aadf1f7dd751a1f753dff920ba1652edf (diff)
More update() reasoning and TODOs.
Diffstat (limited to 'wintable/resize.h')
-rw-r--r--wintable/resize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/resize.h b/wintable/resize.h
index ae669e3..7805bd9 100644
--- a/wintable/resize.h
+++ b/wintable/resize.h
@@ -14,6 +14,7 @@ HANDLER(resizeHandler)
wp = (WINDOWPOS *) lParam;
if ((wp->flags & SWP_NOSIZE) != 0)
return FALSE;
+ // TODO redraw everything?
update(t, TRUE);
*lResult = 0;
return TRUE;