From fe3e73f1902cdf4f5173e7e40b48daff5ebd684f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Oct 2003 18:28:31 +0000 Subject: add a focus_hilite variable --- openbox/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index cac6fc79..97dfcd7a 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -35,7 +35,7 @@ #include #include -ObClient *focus_client; +ObClient *focus_client, *focus_hilite; GList **focus_order; /* these lists are created when screen_startup sets the number of desktops */ ObClient *focus_cycle_target; -- cgit v1.2.3