Sort tasks on taskbar (disabled, work in progress) - issue 478

git-svn-id: http://tint2.googlecode.com/svn/trunk@740 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-03-28 21:07:33 +00:00
committed by mrovi9000@gmail.com
parent 1a41159142
commit 5376e09963
7 changed files with 58 additions and 16 deletions

View File

@@ -76,6 +76,7 @@ void set_taskbar_state(Taskbar *tskbar, int state);
// show/hide taskbar according to current desktop
void visible_taskbar(void *p);
void sort_taskbar_for_win(Window win);
void sort_tasks(Taskbar *taskbar);
#endif