From be091b35236438d578782c7d5711a512451f302b Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 7 Sep 2014 17:38:38 +0000 Subject: screen_fromroot -> screen_find --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index d8e7fc4..a75b3bc 100644 --- a/client.c +++ b/client.c @@ -68,7 +68,7 @@ client_init(Window win, struct screen_ctx *sc) return (NULL); if (sc == NULL) { - sc = screen_fromroot(wattr.root); + sc = screen_find(wattr.root); mapped = 1; } else { if (wattr.override_redirect || wattr.map_state != IsViewable) -- cgit 1.4.1