diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-28 10:30:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-28 10:30:53 -0400 |
| commit | ff4f0ec25e180301db396c201fd2b91ce52622fe (patch) | |
| tree | 59e0149b6b26590f18ec3b7956e33efc39dc214c /redo/winapi_windows.h | |
| parent | 72c56d6e16e11d3818acaf6053ecc876cb86758d (diff) | |
Improved control transparency on Windows.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 743c819..83f7822 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -100,6 +100,7 @@ extern void setWindowText(HWND, LPWSTR); extern void updateWindow(HWND); extern void *getWindowData(HWND, UINT, WPARAM, LPARAM, LRESULT *, void (*)(void *, HWND)); extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *); +extern void paintControlBackground(HWND, HDC); // tab_windows.go extern LPWSTR xWC_TABCONTROL; |
