efficient rendering of log view, node reversal
This commit is contained in:
@@ -106,6 +106,7 @@ typedef struct ui_signal_t ui_signal_t;
|
||||
struct ui_signal_t {
|
||||
ui_box_t *box;
|
||||
b8 clicked;
|
||||
b8 press;
|
||||
b8 dragging;
|
||||
v2f32_t drag;
|
||||
};
|
||||
@@ -118,6 +119,7 @@ struct ui_t {
|
||||
ui_box_t root;
|
||||
ui_box_t *top;
|
||||
app_event_t *event;
|
||||
ui_box_t *reverse_order_ref;
|
||||
|
||||
UI_DECL_STACKS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user