From 492845da5d3403c97c4deb85d121a131c6be87e6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Oct 2014 13:21:20 -0400 Subject: Adjusted background painting code on Windows for the new container structure. --- newctrl/winapi_windows.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newctrl/winapi_windows.h') 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 *); -- cgit v1.2.3