diff options
author | Victor Kareh <[email protected]> | 2019-05-22 12:23:16 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
commit | ca53c82e4cb44eb5ca69130acfe2867fe6405365 (patch) | |
tree | c5b14d400f43177fcc4756c94e08fb51dc19f9c2 /src/ui/theme.h | |
parent | fb55e68268d2254a536aa88c1c23ed3c43d7b2eb (diff) | |
download | marco-ca53c82e4cb44eb5ca69130acfe2867fe6405365.tar.bz2 marco-ca53c82e4cb44eb5ca69130acfe2867fe6405365.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; |