summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-10 23:59:17 +0000
committerDana Jansens <danakj@orodu.net>2007-07-10 23:59:17 +0000
commit0b97b6043c177bc4cb0bc982a84278120f31c58a (patch)
tree5ed9f2b45dd940e8fac81d91b31d0f5b2959315a /openbox/config.h
parent976d406529c4ea79adc163793ec73178dbc14101 (diff)
user-sepcified margins
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h3
1 files changed, 3 insertions, 0 deletions
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;