some cleanup

This commit is contained in:
Anselm R Garbe
2008-03-13 12:45:30 +00:00
parent f77a3d0a62
commit c19d4b2930
2 changed files with 3 additions and 4 deletions

View File

@ -71,14 +71,13 @@ setanselmgeoms(void) {
moy = my;
mow = mw;
moh = mh;
updatebarpos();
}
void
anselmgeoms(const char *arg) {
setgeoms = setanselmgeoms;
setgeoms();
updatebarpos();
setlayout("[]|");
}
@ -86,6 +85,7 @@ void
defgeoms(const char *arg) {
setgeoms = setdefaultgeoms;
setgeoms();
updatebarpos();
setlayout("[]=");
}