Started splitting out contribution-related TODOs into a separate list. Also fixed a typo in windows/tabpage.c.

This commit is contained in:
Pietro Gagliardi 2015-06-01 19:12:54 -04:00
parent c15fd6968c
commit 54e71b3357
2 changed files with 3 additions and 3 deletions

2
redo/TODO.contributions Normal file
View File

@ -0,0 +1,2 @@
wine
- say that dialogs respond to WM_PRINTCLIENT on xp+

View File

@ -3,9 +3,7 @@
// This is a special internal control type that handles tab pages.
// This doesn't use the container class, but rather a subclassed WC_DIALOG, as that supports tab textures properly.
// The standard property sheet control oes the same thing.
// TODO tell wine that dialogs respond to WM_PRINTCLIENT on xp+
// The standard property sheet control does the same thing.
struct tabPage {
uiControl c;