[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)));
}
HBINT16 leftSide;
HBINT16 topSide;
HBINT16 rightSide;
HBINT16 bottomSide;
FWORD leftSide;
FWORD topSide;
FWORD rightSide;
FWORD bottomSide;
public:
DEFINE_SIZE_STATIC (8);
};