diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-08 18:28:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-08 18:28:31 +0000 |
| commit | fe3e73f1902cdf4f5173e7e40b48daff5ebd684f (patch) | |
| tree | d25e4415d727cd7bd9addbe4660097cd4ec2f6c6 /openbox/focus.c | |
| parent | 440b862204e92ca0703d68d0f7f7d72bdef7d702 (diff) | |
add a focus_hilite variable
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <glib.h> #include <assert.h> -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; |
