Temporarily turned off container backgrounds for WS_EX_CLIENTEDGE tests.

This commit is contained in:
Pietro Gagliardi 2015-06-02 11:58:22 -04:00
parent 4893bdb3cd
commit 199222eb31
1 changed files with 1 additions and 1 deletions

View File

@ -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;