提交 d6206dbc 编写于 作者: E Ebrahim Byagowi

[opbd] Turn OpticalBounds fields to FWORD

上级 6461143b
...@@ -45,10 +45,10 @@ struct OpticalBounds ...@@ -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);
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册