mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1224403 (part 3) - Make mNonClientOffset a LayoutDeviceIntMargin. r=kats.
Surprisingly enough, this requires no other changes, because it's only ever accessed on a per-field basis, rather than the entire struct at once.
This commit is contained in:
parent
92d3c8eb1b
commit
9172fc3129
@ -515,7 +515,7 @@ protected:
|
|||||||
|
|
||||||
// Non-client margin settings
|
// Non-client margin settings
|
||||||
// Pre-calculated outward offset applied to default frames
|
// Pre-calculated outward offset applied to default frames
|
||||||
nsIntMargin mNonClientOffset;
|
mozilla::LayoutDeviceIntMargin mNonClientOffset;
|
||||||
// Margins set by the owner
|
// Margins set by the owner
|
||||||
nsIntMargin mNonClientMargins;
|
nsIntMargin mNonClientMargins;
|
||||||
// Margins we'd like to set once chrome is reshown:
|
// Margins we'd like to set once chrome is reshown:
|
||||||
|
Loading…
Reference in New Issue
Block a user