From eb22848aeb5738e8775a3ef40afd4dbf978159da Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Dec 2003 17:43:38 +0000 Subject: s/guint/gboolean/ oops --- 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 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; -- cgit v1.2.3