From 88371a2e968c849385b6f46af5b1e45a60fb322d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 2 Sep 2006 19:28:35 +0000 Subject: [PATCH] this seems to fix gtk apps not appearing focused --- rspanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspanel.c b/rspanel.c index e8fa8cf..dc077dc 100644 --- a/rspanel.c +++ b/rspanel.c @@ -934,7 +934,7 @@ void taskbar_read_clientlist(void) /* remove windows that arn't in the _NET_CLIENT_LIST anymore */ list = tb.task_list; while (list) { - list->focused = (focus_win == list->win); + //list->focused = (focus_win == list->win); next = list->next; if (!new_desk) -- 2.39.2