all repos — tint2 @ e49e05ad69d196132dc03d55ed7dc9047af4f2cc

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix task visilibility problem, issue 481

git-svn-id: http://tint2.googlecode.com/svn/trunk@750 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

e49e05ad69d196132dc03d55ed7dc9047af4f2cc

parent

75f8a07ca4e3a77167abe3325cdbf04addc90310

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/taskbar/task.csrc/taskbar/task.c

@@ -554,7 +554,8 @@ if (state != TASK_ACTIVE) {

hide = 1; } } - if (window_get_monitor(tsk->win) != ((Panel*)tsk->area.panel)->monitor) { + if (window_get_monitor(tsk->win) != ((Panel*)tsk->area.panel)->monitor && + (hide_task_diff_monitor || nb_panel > 1)) { hide = 1; } if (1 - hide != tsk1->area.on_screen) {