rename {h,v}max functions for consistency; from Jan Stary

This commit is contained in:
okan
2013-01-04 16:30:03 +00:00
parent 579f981718
commit 6d123cd96d
3 changed files with 6 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ resize:
}
void
client_vertmaximize(struct client_ctx *cc)
client_vmaximize(struct client_ctx *cc)
{
struct screen_ctx *sc = cc->sc;
struct geom xine;
@@ -339,7 +339,7 @@ resize:
}
void
client_horizmaximize(struct client_ctx *cc)
client_hmaximize(struct client_ctx *cc)
{
struct screen_ctx *sc = cc->sc;
struct geom xine;