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