tint2-0.7 released

git-svn-id: http://tint2.googlecode.com/svn/trunk@138 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-06-30 19:55:12 +00:00
parent 94a8948466
commit 0cc577af23
6 changed files with 18 additions and 10 deletions

View File

@@ -203,6 +203,7 @@ void event_button_press (XEvent *e)
}
}
}
XLowerWindow (server.dsp, panel->main_win);
}
@@ -289,9 +290,11 @@ suite:
}
// switch desktop
if (panel_mode == MULTI_DESKTOP)
if (panel_mode == MULTI_DESKTOP) {
if (tskbar->desktop != server.desktop && action != CLOSE)
set_desktop (tskbar->desktop);
XFlush (server.dsp);
}
// action on task
Task *tsk;