]> git.lizzy.rs Git - bspwm.git/blobdiff - src/settings.c
bspwm: port rounded corners patch to latest version
[bspwm.git] / src / settings.c
index 52358f7a29c52025b1fdcc25a27c4a847b0148f3..f18465149a2b682bd3e7e48ba6e02df12e2ba343 100644 (file)
@@ -40,6 +40,7 @@ padding_t padding;
 padding_t monocle_padding;
 int window_gap;
 unsigned int border_width;
+unsigned int border_radius;
 double split_ratio;
 child_polarity_t initial_polarity;
 automatic_scheme_t automatic_scheme;
@@ -101,6 +102,7 @@ void load_settings(void)
        monocle_padding = (padding_t) MONOCLE_PADDING;
        window_gap = WINDOW_GAP;
        border_width = BORDER_WIDTH;
+       border_radius = BORDER_RADIUS;
        split_ratio = SPLIT_RATIO;
        initial_polarity = SECOND_CHILD;
        automatic_scheme = AUTOMATIC_SCHEME;