Remove Travis CI configuration
[dvtm.git] / fullscreen.c
blob7f72ddf7e15d390899e5584e56a0866cd9d64feb
1 static void fullscreen(void)
3 for (Client *c = nextvisible(clients); c; c = nextvisible(c->next))
4 resize(c, wax, way, waw, wah);