s/guint/gboolean/ oops
This commit is contained in:
parent
b11a948442
commit
eb22848aeb
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue