X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=6b0f3be5ed7588e22e1a0b69a41666ce6a6c4726;hb=d206303a9f0742ff330aebe8129d6044ade30a94;hp=71aa4e1d90108fe7e94eb9f4a60f14515b9760b5;hpb=33a2cdbeb90fa1d5017174abe4fc9c99257ea175;p=chaz%2Fopenbox 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;