diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-12-22 17:43:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-12-22 17:43:38 +0000 |
| commit | eb22848aeb5738e8775a3ef40afd4dbf978159da (patch) | |
| tree | 2f55f17bd1eae57de8aaa1b388d82f82259e80eb /openbox | |
| parent | b11a9484426b2bbdf05af39ca3103008665c2e8a (diff) | |
s/guint/gboolean/ oops
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 2 | ||||
| -rw-r--r-- | openbox/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openbox/config.c b/openbox/config.c index 62ca822f..a3c0034a 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -27,7 +27,7 @@ gboolean config_focus_new; gboolean config_focus_follow; guint config_focus_delay; -guint config_focus_raise; +gboolean config_focus_raise; ObPlacePolicy config_place_policy; 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; |
