X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=42bf35346770964de08b3774ce3c75d36174ad2b;hb=27aec195acea0d28272c155ebd3f2bdd43c050cf;hp=8a365f89bc4d2eafa9b4a93216e9758fc3439421;hpb=97792a403a52c12c2601a7b2caebdea197f0b5f0;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 8a365f89..42bf3534 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -79,6 +79,9 @@ extern ObPlacePolicy config_place_policy; /*! Place windows in the center of the free area */ extern gboolean config_place_center; +/*! User-specified margins around the edge of the screen(s) */ +extern StrutPartial config_margins; + /*! When true windows' contents are refreshed while they are resized; otherwise they are not updated until the resize is complete */ extern gboolean config_resize_redraw;