From d206303a9f0742ff330aebe8129d6044ade30a94 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 16:29:40 +0000 Subject: prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement --- openbox/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'openbox/config.h') 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; -- cgit v1.2.3