From 8e63ffdabdc3be3ad355dcaddd47d8e71c510739 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 28 Sep 2003 09:01:04 +0000 Subject: add option for under-mouse placement --- openbox/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 465bff45..a2cfce3b 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -21,6 +21,7 @@ #include "misc.h" #include "stacking.h" +#include "place.h" #include @@ -36,6 +37,8 @@ extern guint config_focus_delay; focus follows mouse */ extern guint config_focus_raise; +extern ObPlacePolicy config_place_policy; + /*! When true windows' contents are refreshed while they are resized; otherwise they are not updated until the resize is complete */ extern gboolean config_redraw_resize; -- cgit v1.2.3