diff options
author | Victor Kareh <[email protected]> | 2019-05-22 12:23:16 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-16 18:12:44 +0200 |
commit | e247779e8a56f6de0d43d88484b17bddfd1b41df (patch) | |
tree | 4075a320a0ae31b5753df3d114c6e0deaf471361 /src/ui/theme.h | |
parent | 291bcbf2af47016863ddf05271dae1c85a3cefd3 (diff) | |
download | marco-e247779e8a56f6de0d43d88484b17bddfd1b41df.tar.bz2 marco-e247779e8a56f6de0d43d88484b17bddfd1b41df.tar.xz |
ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorder
... and start compensating for invisible borders in all of the math.
https://bugzilla.gnome.org/show_bug.cgi?id=644930
NOTE: Updated for marco...
upstream commit:
https://gitlab.gnome.org/GNOME/metacity/commit/daf6bc08
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r-- | src/ui/theme.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h index b341418b..34b98935 100644 --- a/src/ui/theme.h +++ b/src/ui/theme.h @@ -171,10 +171,7 @@ struct _MetaButtonSpace */ struct _MetaFrameGeometry { - int left_width; - int right_width; - int top_height; - int bottom_height; + MetaFrameBorders borders; int width; int height; |