diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 12:38:25 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 12:38:25 -0400 |
| commit | d0a1ae5bc9ab03132457c8c73ae723e1503952ca (patch) | |
| tree | 56c0f2dac628cc6c900472ff943581b2b68f7d7f /new/uipriv_windows.h | |
| parent | 0ee55d2d2da1a47fb4bbe5f62144e823d07efcd1 (diff) | |
Made controls transparent to tab backgrounds on Windows. It doesn't quite work right...
Diffstat (limited to 'new/uipriv_windows.h')
| -rw-r--r-- | new/uipriv_windows.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h index a8cd429..54c0906 100644 --- a/new/uipriv_windows.h +++ b/new/uipriv_windows.h @@ -45,7 +45,10 @@ extern HRESULT logMemoryExhausted(const char *); extern HINSTANCE hInstance; extern int nCmdShow; extern HFONT hMessageFont; -extern HWND initialParent; +extern HBRUSH hollowBrush; + +// util_windows.c +extern int windowClassOf(HWND, ...); // text_windows.c extern WCHAR *toUTF16(const char *); @@ -66,4 +69,5 @@ extern const char *initCommonControls(void); extern ATOM registerWindowClass(HICON, HCURSOR); // initparent_windows.c +extern HWND initialParent; extern const char *initInitialParent(HICON, HCURSOR); |
