Updated some TODOs.
This commit is contained in:
parent
a25d7b2a0c
commit
0f6b70b65c
|
@ -1,5 +1,5 @@
|
|||
wine
|
||||
- say that dialogs respond to WM_PRINTCLIENT on xp+
|
||||
- say that dialogs respond to WM_PRINTCLIENT on xp+ with visual styles enabled
|
||||
|
||||
uthash
|
||||
- stdint code misses MinGW(-w64)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "uipriv_windows.h"
|
||||
|
||||
// TODO
|
||||
// - test background drawing with visual styles off
|
||||
// - dialog doesn't respond to WM_PRINTCLIENT in Windows Classic
|
||||
|
||||
struct tab {
|
||||
uiTab t;
|
||||
|
|
Loading…
Reference in New Issue