File: fullscreen.c

package info (click to toggle)
dvtm 0.12-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 244 kB
  • ctags: 421
  • sloc: ansic: 3,925; makefile: 114; sh: 57
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
static void fullscreen(void)
{
	for (Client *c = clients; c; c = c->next)
		resize(c, wax, way, waw, wah);
}