From 2b926784ba44c5ef28e9cb239e3acbeb866c6d12 Mon Sep 17 00:00:00 2001 From: okan Date: Sat, 11 May 2013 22:01:07 +0000 Subject: new -> init --- screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index b3425a1..8435859 100644 --- a/screen.c +++ b/screen.c @@ -74,7 +74,7 @@ screen_init(int which) if (winattr.override_redirect || winattr.map_state != IsViewable) continue; - (void)client_new(wins[i], sc, winattr.map_state != IsUnmapped); + (void)client_init(wins[i], sc, winattr.map_state != IsUnmapped); } XFree(wins); -- cgit 1.4.1