Temporarily turned off container backgrounds for WS_EX_CLIENTEDGE tests.
This commit is contained in:
parent
4893bdb3cd
commit
199222eb31
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue