all repos — tint2 @ 961229a64b9a0c432f8f797dde4a168836c62d5f

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

fixed left click on clock

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

961229a64b9a0c432f8f797dde4a168836c62d5f

parent

8ce26f30f5b38bbe7c45d7765c549479510606a2

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

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

@@ -263,7 +263,7 @@ Taskbar *tskbar = click_taskbar(panel, e->x, e->y);

if (tskbar && e->button == 1 && panel_mode == MULTI_DESKTOP) return 1; if (click_clock(panel, e->x, e->y)) { - if ( (e->button == 1 && clock_lclick_command) || (e->button == 2 && clock_rclick_command) ) + if ( (e->button == 1 && clock_lclick_command) || (e->button == 3 && clock_rclick_command) ) return 1; else return 0;