Started splitting out contribution-related TODOs into a separate list. Also fixed a typo in windows/tabpage.c.
This commit is contained in:
parent
c15fd6968c
commit
54e71b3357
|
@ -0,0 +1,2 @@
|
||||||
|
wine
|
||||||
|
- say that dialogs respond to WM_PRINTCLIENT on xp+
|
|
@ -3,9 +3,7 @@
|
||||||
|
|
||||||
// This is a special internal control type that handles tab pages.
|
// 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.
|
// 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.
|
// The standard property sheet control does the same thing.
|
||||||
|
|
||||||
// TODO tell wine that dialogs respond to WM_PRINTCLIENT on xp+
|
|
||||||
|
|
||||||
struct tabPage {
|
struct tabPage {
|
||||||
uiControl c;
|
uiControl c;
|
||||||
|
|
Loading…
Reference in New Issue