diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-10-31 14:40:32 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-10-31 14:40:32 +0000 |
| commit | 59d35252dd37170a84c053dbff0fa1020e44888f (patch) | |
| tree | c11ea45abf6ec41e222d2ef587813139baeebb84 | |
| parent | b18846db698e5aaec6b27633b7a6361d13f7de69 (diff) | |
dont use nonexisting functions
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |
