summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-10 00:19:02 +0000
committerDana Jansens <danakj@orodu.net>2007-06-10 00:19:02 +0000
commit128209b1c3dd4be15b8ddf5e6e007a335e987549 (patch)
tree1e97179f865ce58fa64d11848f9b3d3c5b10b801 /openbox/config.h
parent3124112578c697899498252297cfbf499b1ff66c (diff)
let you use +-+-x in the positions for per-app settings, like x geometry
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 0a4ad090..f45196e2 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -41,6 +41,8 @@ struct _ObAppSettings
Point position;
gboolean center_x;
gboolean center_y;
+ gboolean opposite_x;
+ gboolean opposite_y;
gboolean pos_given;
guint desktop;