From f8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 11 Dec 2015 20:37:59 -0500 Subject: LET'S GET THIS FINAL REWRITE EVER STARTED --- wintable/resize.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 wintable/resize.h (limited to 'wintable/resize.h') diff --git a/wintable/resize.h b/wintable/resize.h deleted file mode 100644 index 7805bd9..0000000 --- a/wintable/resize.h +++ /dev/null @@ -1,21 +0,0 @@ -// 7 december 2014 - -// TODO why doesn't this trigger on first show? -// TODO see if there's anything not metaphor related in the last bits of the scrollbar series -// TODO rename this to boot -// TODO merge with update.h? - -HANDLER(resizeHandler) -{ - WINDOWPOS *wp; - - if (uMsg != WM_WINDOWPOSCHANGED) - return FALSE; - wp = (WINDOWPOS *) lParam; - if ((wp->flags & SWP_NOSIZE) != 0) - return FALSE; - // TODO redraw everything? - update(t, TRUE); - *lResult = 0; - return TRUE; -} -- cgit v1.2.3