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

[opbd] Turn OpticalBounds fields to FWORD

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