]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
[chaz/openbox] / openbox / config.h
index 6b0f3be5ed7588e22e1a0b69a41666ce6a6c4726..41e84fdec008e3427d7de74c0c16c9317157e442 100644 (file)
@@ -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 */
This page took 0.02252 seconds and 4 git commands to generate.