ui, fix scrolled elements stealing hot
This commit is contained in:
@@ -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")))
|
||||
|
||||
@@ -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" , "---" )\
|
||||
|
||||
Reference in New Issue
Block a user