all repos — tint2 @ a32bb100ed6cdcecb2ed93317b1b6d1cd83f27df

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

*fix* fixed issue 172


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

a32bb100ed6cdcecb2ed93317b1b6d1cd83f27df

parent

f9ca3a2c0e598b4b9b21b403662a1c28bb448181

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

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

@@ -435,6 +435,8 @@ panel_refresh = 1;

else return; } + else + return; } } //printf("atom root_win = %s, %s\n", XGetAtomName(server.dsp, at), tsk->title);

@@ -792,8 +794,11 @@ while (timer_iter) {

timer = timer_iter->data; if (FD_ISSET(timer->id, &fdset)) { uint64_t dummy; +//printf("reading from timer->id=%d\n", timer->id); read(timer->id, &dummy, sizeof(uint64_t)); +//printf("Callback timer->_callback\n"); timer->_callback(); +//printf("Timer callback finished\n"); } timer_iter = timer_iter->next; }