Updated some TODOs.

This commit is contained in:
Pietro Gagliardi 2015-06-02 11:28:30 -04:00
parent a25d7b2a0c
commit 0f6b70b65c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;