diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-16 09:59:05 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-16 09:59:05 -0400 |
| commit | 4679dd51aac37608e8b966bec9c95844588e6cf5 (patch) | |
| tree | 1a890aec5e68340376676ce7315a8c8669edf302 /new/windows/tab.c | |
| parent | 8f4788d506c4d1a054b2b713510b021f8f101ea6 (diff) | |
Fixed the rest of the Windows build errors. IT STILL WORKS! Now to fix warnings, if any...
Diffstat (limited to 'new/windows/tab.c')
| -rw-r--r-- | new/windows/tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
