summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 16:38:45 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 16:38:45 +0000
commit5c2e4cced43e59fbe2bd974aabde9d0b1c9f5748 (patch)
treefe68b18784a716494d226036644d622ce34c0c83 /openbox/config.h
parentd206303a9f0742ff330aebe8129d6044ade30a94 (diff)
use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 6b0f3be5..41e84fde 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -39,7 +39,7 @@ extern int config_dock_x;
position */
extern int config_dock_y;
/*! Whether the dock places the dockapps in it horizontally or vertically */
-extern gboolean config_dock_horz;
+extern ObOrientation config_dock_orient;
/*! Whether to auto-hide the dock when the pointer is not over it */
extern gboolean config_dock_hide;
/*! The number of milliseconds to wait before hiding the dock */