dont use nonexisting functions
authorMikael Magnusson <mikachu@comhem.se>
Tue, 31 Oct 2006 14:40:32 +0000 (14:40 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 31 Oct 2006 14:40:32 +0000 (14:40 +0000)
openbox/client.c

index 2fa7728..e4483e1 100644 (file)
@@ -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;                                                     \