Build system/WMFS: WMFS does not *need* xinerama and xrandr librairies anyway, optional now.

This commit is contained in:
Martin Duquesnoy
2009-07-11 23:24:46 +02:00
parent 21c5c36c1e
commit fd287cd562
7 changed files with 77 additions and 60 deletions

View File

@@ -265,6 +265,7 @@ grid(int screen)
/* Set all the other size with current client info */
cgeo.y = c->geo.y + c->geo.height + BORDH + TBARH;
if(cpcols + 1 > rows)
{
cpcols = 0;