Infobar: Complete requested feature #8 (By Cheaterman) infobar_position = "<pos>" by tag

This commit is contained in:
Martin Duquesnoy
2009-03-19 20:17:25 +01:00
parent 0b3a2d1b8f
commit 74fd1d7c92
10 changed files with 102 additions and 65 deletions

View File

@@ -50,6 +50,7 @@ arrange(int screen)
tags[screen][seltag[screen]].layout.func(screen);
infobar_draw(screen);
// infobar_set_position(tags[screen][seltag[screen]].barpos);
return;
}