new -> init

This commit is contained in:
okan
2013-05-11 22:01:07 +00:00
parent 3a38686137
commit 2b926784ba
4 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ client_find(Window win)
}
struct client_ctx *
client_new(Window win, struct screen_ctx *sc, int mapped)
client_init(Window win, struct screen_ctx *sc, int mapped)
{
struct client_ctx *cc;
XClassHint xch;