os_read, ui misc
This commit is contained in:
@@ -169,7 +169,6 @@ fn b32 ui_is_focused_box(ui_box_t *box) { return !ui_is_null_box(box) && box->id
|
||||
#define ui_dm(V) ((V) * rn->main_font->computed_xchar_size)
|
||||
#define ui_max 200000000.f
|
||||
#define ui_children_sum 0
|
||||
#define ui_box_flags(...) (ui_box_flag_t){__VA_ARGS__}
|
||||
|
||||
fn ui_id_t ui_id(s8_t string);
|
||||
fn ui_id_t ui_idf(char *str, ...);
|
||||
|
||||
Reference in New Issue
Block a user