diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2005-03-26 06:34:58 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2005-03-26 06:34:58 +0000 |
| commit | 4690af7f72af76d99ee5dc48da95c5050f54be11 (patch) | |
| tree | f42c68892a7ae762f4c9a022db6b1e4339959a30 /openbox/config.h | |
| parent | cab723fac9e6b1f8d994c97c662690813470fe30 (diff) | |
noStrut actually works now
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index d7fc51f7..b04d06af 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -58,6 +58,8 @@ extern gint config_resize_popup_pos; extern ObStackingLayer config_dock_layer; /*! Is the dock floating */ extern gboolean config_dock_floating; +/*! Don't use a strut for the dock */ +extern gboolean config_dock_nostrut; /*! Where to place the dock if not floating */ extern ObDirection config_dock_pos; /*! If config_dock_floating, this is the top-left corner's |
