summaryrefslogtreecommitdiff
path: root/newctrl/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-17 13:21:20 -0400
committerPietro Gagliardi <[email protected]>2014-10-17 13:21:20 -0400
commit492845da5d3403c97c4deb85d121a131c6be87e6 (patch)
tree251498909ee63caff27d3bf0f7ae062928c92264 /newctrl/winapi_windows.h
parentd2e1c9f261e1b6cfe3097638028525de0df43252 (diff)
Adjusted background painting code on Windows for the new container structure.
Diffstat (limited to 'newctrl/winapi_windows.h')
-rw-r--r--newctrl/winapi_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newctrl/winapi_windows.h b/newctrl/winapi_windows.h
index 9ee3994..c045f70 100644
--- a/newctrl/winapi_windows.h
+++ b/newctrl/winapi_windows.h
@@ -122,6 +122,7 @@ extern intptr_t tableSelectedItem(HWND);
extern void tableSelectItem(HWND, intptr_t);
// container_windows.c
+#define containerclass L"gouicontainer"
extern DWORD makeContainerWindowClass(char **);
extern HWND newContainer();
extern void calculateBaseUnits(HWND, int *, int *, LONG *);