We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632a165 commit 34c8a70Copy full SHA for 34c8a70
src/ui/theme.c
@@ -94,6 +94,8 @@ meta_frame_layout_get_borders (const MetaFrameLayout *layout,
94
borders->visible.right = layout->frame_border.right;
95
borders->visible.bottom = layout->frame_border.bottom;
96
97
+ borders->invisible = layout->invisible_border;
98
+
99
draggable_borders = meta_prefs_get_draggable_border_width ();
100
101
if (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE)
0 commit comments