summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 16:29:40 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 16:29:40 +0000
commitd206303a9f0742ff330aebe8129d6044ade30a94 (patch)
tree4e11397a099343e48d979d793eba497e8b3a1f66 /openbox/config.h
parent33a2cdbeb90fa1d5017174abe4fc9c99257ea175 (diff)
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 71aa4e1d..6b0f3be5 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -1,6 +1,7 @@
#ifndef __config_h
#define __config_h
+#include "misc.h"
#include "dock.h"
#include "stacking.h"
@@ -27,8 +28,10 @@ extern gboolean config_opaque_resize;
/*! The stacking layer the dock will reside in */
extern StackLayer config_dock_layer;
-/*! The position at which to place the dock */
-extern DockPosition config_dock_pos;
+/*! Is the dock floating */
+extern gboolean config_dock_floating;
+/*! Where to place the dock if not floating */
+extern ObDirection config_dock_pos;
/*! If config_dock_pos is DockPos_Floating, this is the top-left corner's
position */
extern int config_dock_x;