More TODOs.
This commit is contained in:
parent
88ca24200f
commit
a504bcee40
1
ui.h
1
ui.h
|
@ -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 *);
|
||||
|
|
Loading…
Reference in New Issue