diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 11:30:48 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 11:30:48 -0400 |
| commit | 2c8bb7bc6d3b5614d53de957b4dca025c53a9cee (patch) | |
| tree | 047678d358c9b5e741f54c051a3bb580e704fd4f /redo/winapi_windows.h | |
| parent | c1dc235d3b1bda6f4ddff92da1e348399c4a3e70 (diff) | |
Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't work correctly in wine, and I can confirm for the first time that it actually is a bug in wine!
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 78c5e39..c063679 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -90,6 +90,8 @@ extern void setTabSubclass(HWND, void *); extern void tabAppend(HWND, LPWSTR); extern void tabGetContentRect(HWND, RECT *); extern LONG tabGetTabHeight(HWND); +extern void tabEnterChildren(HWND); +extern void tabLeaveChildren(HWND); // table_windows.go extern LPWSTR xWC_LISTVIEW; |
