repo.or.cz
/
dvtm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix resize bug
[dvtm.git]
/
fullscreen.c
blob
0fb63432a43d4b58dc946d9d524acd476f7005a0
1
static void
fullscreen
(
void
)
2
{
3
for
(
Client
*
c
=
clients
;
c
;
c
=
c
->
next
)
4
resize
(
c
,
wax
,
way
,
waw
,
wah
);
5
}