Skip to content
Snippets Groups Projects
Commit b9bbed5e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

A few property name updates to be more aligned with JS obj model

parent d47c0f33
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -132,8 +132,8 @@ struct.sub_t={ ...@@ -132,8 +132,8 @@ struct.sub_t={
// *mod_ar; // *mod_ar;
qwk_conf: {bytes:UINT16_T, type:"int"}, // was qwkconf qwk_conf: {bytes:UINT16_T, type:"int"}, // was qwkconf
__PADDING1__: {bytes:1}, __PADDING1__: {bytes:1},
pmode: {bytes:UINT32_T, type:"int"}, print_mode: {bytes:UINT32_T, type:"int"},
n_pmode: {bytes:UINT32_T, type:"int"}, print_mode_neg: {bytes:UINT32_T, type:"int"},
area_tag: {bytes:41, type:"str"}, area_tag: {bytes:41, type:"str"},
__PADDING2__:{bytes:3} __PADDING2__:{bytes:3}
}; };
...@@ -323,7 +323,7 @@ struct.xtrn={ ...@@ -323,7 +323,7 @@ struct.xtrn={
event: {bytes:struct.event_t, type:"lst"}, event: {bytes:struct.event_t, type:"lst"},
natvpgm: {bytes:struct.natvpgm_t, type:"ntv"}, natvpgm: {bytes:struct.natvpgm_t, type:"ntv"},
hotkey: {bytes:struct.hotkey_t, type:"lst"}, hotkey: {bytes:struct.hotkey_t, type:"lst"},
xtrn_misc: {bytes:UINT32_T, type:"int"} settings: {bytes:UINT32_T, type:"int"} // was xtrn_misc
}; };
/* main message group/sub file structure (msgs.cnf) */ /* main message group/sub file structure (msgs.cnf) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment