From 59d35252dd37170a84c053dbff0fa1020e44888f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 31 Oct 2006 14:40:32 +0000 Subject: [PATCH] dont use nonexisting functions --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 2fa7728a..e4483e1f 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3219,7 +3219,7 @@ void client_update_sm_client_id(ObClient *self) #define WANT_EDGE(cur, c) \ if(cur == c) \ continue; \ - if(!client_normal_or_dock(cur)) \ + if(!client_normal(cur)) \ continue; \ if(screen_desktop != cur->desktop && cur->desktop != DESKTOP_ALL) \ continue; \ -- 2.45.2