dont use nonexisting functions
This commit is contained in:
parent
b18846db69
commit
59d35252dd
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||||
|
|
Loading…
Reference in a new issue