dont use nonexisting functions

This commit is contained in:
Mikael Magnusson 2006-10-31 14:40:32 +00:00
parent b18846db69
commit 59d35252dd

View file

@ -3219,7 +3219,7 @@ void client_update_sm_client_id(ObClient *self)
#define WANT_EDGE(cur, c) \ #define WANT_EDGE(cur, c) \
if(cur == c) \ if(cur == c) \
continue; \ continue; \
if(!client_normal_or_dock(cur)) \ if(!client_normal(cur)) \
continue; \ continue; \
if(screen_desktop != cur->desktop && cur->desktop != DESKTOP_ALL) \ if(screen_desktop != cur->desktop && cur->desktop != DESKTOP_ALL) \
continue; \ continue; \