More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-10-13 22:17:25 -04:00
parent 88ca24200f
commit a504bcee40
1 changed files with 1 additions and 0 deletions

1
ui.h
View File

@ -258,6 +258,7 @@ struct uiAreaHandler {
void (*Draw)(uiAreaHandler *, uiArea *, uiAreaDrawParams *);
uintmax_t (*HScrollMax)(uiAreaHandler *, uiArea *);
uintmax_t (*VScrollMax)(uiAreaHandler *, uiArea *);
// TODO this mightneed to be made obsolete since Direct2D requires us to redraw the entire backbuffer on a resize
int (*RedrawOnResize)(uiAreaHandler *, uiArea *);
void (*MouseEvent)(uiAreaHandler *, uiArea *, uiAreaMouseEvent *);
void (*DragBroken)(uiAreaHandler *, uiArea *);