Updated a TODO.

This commit is contained in:
Pietro Gagliardi 2015-05-05 20:57:30 -04:00
parent 58540b2b2b
commit 657cbe2013
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ static LRESULT CALLBACK containerWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LP
EndPaint(c->hwnd, &ps);
return 0;
// TODO the tab control uses this to draw the tab background
// but we have no idea where the tab is, so...
// but we have no idea which tab so we don't know where the tab is, so...
// case WM_PRINTCLIENT:
if (cc == NULL)
break;