More TODO resolution/shuffling.

This commit is contained in:
Pietro Gagliardi 2015-06-02 14:22:49 -04:00
parent b3adda2287
commit 572084aaeb
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,6 @@
wine
- say that dialogs respond to WM_PRINTCLIENT on xp+ with visual styles enabled
- trackbars are not clamped with TBM_SETPOS
uthash
- stdint code misses MinGW(-w64)

View File

@ -1,9 +1,6 @@
// 20 may 2015
#include "uipriv_windows.h"
// TODOs
// - wine does not clamp TBM_SETPOS
struct slider {
uiSlider s;
HWND hwnd;
@ -49,7 +46,6 @@ static void sliderPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intm
*height = uiWindowsDlgUnitsToY(sliderHeight, d->Sys->BaseY);
}
// TODO does it go here relative of other things?
static void defaultOnChanged(uiSlider *s, void *data)
{
// do nothing