mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
add swap info for const version too
This commit is contained in:
parent
b8fb47ea6c
commit
b804927e1a
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@ my %typeInfo = (
|
||||||
"const Char*" => { "size" => 4, "a0" => 1 },
|
"const Char*" => { "size" => 4, "a0" => 1 },
|
||||||
"const ControlType*" => { "size" => 4, "a0" => 1 },
|
"const ControlType*" => { "size" => 4, "a0" => 1 },
|
||||||
"const CustomPatternType*" => { "size" => 4, "a0" => 1 }, # UInt8[8]; no need to translate
|
"const CustomPatternType*" => { "size" => 4, "a0" => 1 }, # UInt8[8]; no need to translate
|
||||||
"const EventType*" => { "size" => 4, "a0" => 1 },
|
"const EventType*" => { "size" => 4, "a0" => 1,
|
||||||
|
"autoSwap" => -1 },
|
||||||
"const FieldAttrType*" => { "size" => 4, "a0" => 1 },
|
"const FieldAttrType*" => { "size" => 4, "a0" => 1 },
|
||||||
"const FieldType*" => { "size" => 4, "a0" => 1 },
|
"const FieldType*" => { "size" => 4, "a0" => 1 },
|
||||||
"const FormType*" => { "size" => 4, "a0" => 1 },
|
"const FormType*" => { "size" => 4, "a0" => 1 },
|
||||||
|
|
Loading…
Add table
Reference in a new issue