summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-12-22 17:43:38 +0000
committerDana Jansens <danakj@orodu.net>2003-12-22 17:43:38 +0000
commiteb22848aeb5738e8775a3ef40afd4dbf978159da (patch)
tree2f55f17bd1eae57de8aaa1b388d82f82259e80eb /openbox/config.h
parentb11a9484426b2bbdf05af39ca3103008665c2e8a (diff)
s/guint/gboolean/ oops
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 3754bd61..88127626 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -35,7 +35,7 @@ extern gboolean config_focus_follow;
extern guint config_focus_delay;
/*! If windows should automatically be raised when they are focused in
focus follows mouse */
-extern guint config_focus_raise;
+extern gboolean config_focus_raise;
extern ObPlacePolicy config_place_policy;