diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 16:38:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 16:38:45 +0000 |
| commit | 5c2e4cced43e59fbe2bd974aabde9d0b1c9f5748 (patch) | |
| tree | fe68b18784a716494d226036644d622ce34c0c83 /openbox/config.h | |
| parent | d206303a9f0742ff330aebe8129d6044ade30a94 (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.h | 2 |
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 */ |
