ui, fix scrolled elements stealing hot

This commit is contained in:
Krzosa Karol
2025-01-22 08:59:20 +01:00
parent 02638f80f0
commit 98f5116ee6
4 changed files with 25 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ typedef double f64;
#define fn
#define gb
#define locl
#define locl static
#if PLATFORM_WASM
#define gb_wasm_export __attribute__((visibility("default")))

View File

@@ -57,7 +57,7 @@ enum lex_kind_t {
X(lex_kind_arrow , "'->' arrow" , "->" )\
X(lex_kind_question , "'?' question mark" , "?" )\
X(lex_kind_tag , "'@' tag sign" , "@" )\
X(lex_kind_escape , "'\' escape" , "\\" )\
X(lex_kind_escape , "'\\' escape" , "\\" )\
X(lex_kind_preproc_null , "preproc_null" , "---" )\
X(lex_kind_preproc_define , "preproc_define" , "---" )\
X(lex_kind_preproc_ifdef , "preproc_ifdef" , "---" )\