From 2bdccde5c266ad00e7f50c209397f83bcec74e59 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 24 Mar 2003 00:49:31 +0000 Subject: [PATCH] focus seems to work when not remote too now --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/openbox.c b/openbox/openbox.c index fa31204f..46e6a864 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -49,7 +49,7 @@ State ob_state; gboolean ob_shutdown = FALSE; gboolean ob_restart = FALSE; char *ob_restart_path = NULL; -gboolean ob_remote = TRUE; +gboolean ob_remote = FALSE; gboolean ob_sync = FALSE; Cursors ob_cursors; char *ob_rc_path = NULL; -- 2.39.2