Commit d1102104 authored by Claes Sjofors's avatar Claes Sjofors

Wbload files, size of pointer attributes were missing

parent 2c4266d7
...@@ -100,6 +100,7 @@ SObject Remote:Class ...@@ -100,6 +100,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody EndBody
EndObject EndObject
! !
......
...@@ -122,6 +122,7 @@ SObject pwrb:Class ...@@ -122,6 +122,7 @@ SObject pwrb:Class
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_POINTER Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_STATE Attr Flags |= PWR_MASK_STATE
Attr Size = 4
EndBody EndBody
EndObject EndObject
Object SigValue $Attribute 5 Object SigValue $Attribute 5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment