summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-27 11:31:23 -0500
committerDana Jansens <danakj@orodu.net>2008-01-27 11:31:23 -0500
commitdd740b5562806a6b4692c938ad0e903ad89b6193 (patch)
tree5887b7b312cadbfac3dd02676ffa54cc04a02482 /openbox/config.h
parentd409936faae594df7854b5b42ff707315ca33086 (diff)
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 50e7dfe3..75275a8b 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -78,7 +78,7 @@ extern ObPlacePolicy config_place_policy;
extern gboolean config_place_center;
/*! Place windows on the active monitor (unless they are part of an application
already on another monitor) */
-extern gboolean config_place_active;
+extern ObPlaceMonitor config_place_monitor;
/*! User-specified margins around the edge of the screen(s) */
extern StrutPartial config_margins;