diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-28 09:01:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-28 09:01:04 +0000 |
| commit | 8e63ffdabdc3be3ad355dcaddd47d8e71c510739 (patch) | |
| tree | 812cd466685f5c2bb333f6cf0e08e7d09b4fdbbb /openbox/config.h | |
| parent | fa962c1604bac1b5a6c3656b71c3145436f2392b (diff) | |
add option for under-mouse placement
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <glib.h> @@ -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; |
