From 4679dd51aac37608e8b966bec9c95844588e6cf5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 16 Apr 2015 09:59:05 -0400 Subject: Fixed the rest of the Windows build errors. IT STILL WORKS! Now to fix warnings, if any... --- new/windows/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/windows/tab.c') diff --git a/new/windows/tab.c b/new/windows/tab.c index 09d8abf..d2cbd62 100644 --- a/new/windows/tab.c +++ b/new/windows/tab.c @@ -156,7 +156,7 @@ void addPage(uiTab *tt, const char *name, uiControl *child) // (TODO verify that) // so we need to manually resize the tab ourselves // don't use uiUpdateParent() for the same reason as in the TCN_SELCHANGE handler - SendMessageW(uiControlHWND(c), msgUpdateChild, 0, 0); + SendMessageW(hwnd, msgUpdateChild, 0, 0); } uiTab *uiNewTab(void) -- cgit v1.2.3