all repos — tint2 @ f3c9534f9a6e9fccb9b20c29316c2ed9303f0f72

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

fixed issue 150

git-svn-id: http://tint2.googlecode.com/svn/trunk@199 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

f3c9534f9a6e9fccb9b20c29316c2ed9303f0f72

parent

2b10ed746039847e8b7613770fe94aaf428915b0

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

jump to
M src/tint.csrc/tint.c

@@ -268,8 +268,7 @@ {

Panel *panel = get_panel(e->xany.window); if (!panel) return; - if (panel_mode == MULTI_DESKTOP) - task_drag = click_task(panel, e->xbutton.x, e->xbutton.y); + task_drag = click_task(panel, e->xbutton.x, e->xbutton.y); if (wm_menu && !task_drag && !click_clock(panel, e->xbutton.x, e->xbutton.y) && (e->xbutton.button != 1) ) { // forward the click to the desktop window (thanks conky)