[opbd] Turn OpticalBounds fields to FWORD

This commit is contained in:
Ebrahim Byagowi 2019-08-14 11:24:06 +04:30
parent 6461143b44
commit d6206dbcc4
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ struct OpticalBounds
return_trace (likely (c->check_struct (this))); return_trace (likely (c->check_struct (this)));
} }
HBINT16 leftSide; FWORD leftSide;
HBINT16 topSide; FWORD topSide;
HBINT16 rightSide; FWORD rightSide;
HBINT16 bottomSide; FWORD bottomSide;
public: public:
DEFINE_SIZE_STATIC (8); DEFINE_SIZE_STATIC (8);
}; };