From 199222eb3107db562138e87da8cfdbc159a8534c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 2 Jun 2015 11:58:22 -0400 Subject: [PATCH] Temporarily turned off container backgrounds for WS_EX_CLIENTEDGE tests. --- redo/windows/container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/windows/container.c b/redo/windows/container.c index 877164f7..4ca4981b 100644 --- a/redo/windows/container.c +++ b/redo/windows/container.c @@ -14,7 +14,7 @@ static LRESULT CALLBACK containerWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LP return lResult; switch (uMsg) { case WM_PAINT: - dc = BeginPaint(hwnd, &ps); +break;//TODO dc = BeginPaint(hwnd, &ps); if (dc == NULL) logLastError("error beginning container paint in containerWndProc()"); r = ps.rcPaint;