From 5c2e4cced43e59fbe2bd974aabde9d0b1c9f5748 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 16:38:45 +0000 Subject: use the ObOrientation enum instead of a horz bool for configuring the dock's orientation --- openbox/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/config.h') 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 */ -- cgit v1.2.3