diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-17 13:21:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-17 13:21:20 -0400 |
| commit | 492845da5d3403c97c4deb85d121a131c6be87e6 (patch) | |
| tree | 251498909ee63caff27d3bf0f7ae062928c92264 /newctrl/container_windows.c | |
| parent | d2e1c9f261e1b6cfe3097638028525de0df43252 (diff) | |
Adjusted background painting code on Windows for the new container structure.
Diffstat (limited to 'newctrl/container_windows.c')
| -rw-r--r-- | newctrl/container_windows.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newctrl/container_windows.c b/newctrl/container_windows.c index 50ebc1e..bdb2e08 100644 --- a/newctrl/container_windows.c +++ b/newctrl/container_windows.c @@ -9,8 +9,6 @@ In this case, I chose to waste a window handle rather than keep things super com If this is seriously an issue in the future, I can roll it back. */ -#define containerclass L"gouicontainer" - static LRESULT CALLBACK containerWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { LRESULT lResult; |
