diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-10-17 07:38:42 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-10-17 07:38:42 +0200 |
commit | a908e6e484e81ec6d4dd72485795a6272fc42743 (patch) | |
tree | a5051376fe28ca8232db8ba8c6f8fff08b902c2f /plugins | |
parent | 6e6c68898d6a6a74b0baf9f4421d83e652122ca3 (diff) |
Fix typo.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/place.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/place.c b/plugins/place.c index bb429c2a..53f790ec 100644 --- a/plugins/place.c +++ b/plugins/place.c @@ -363,8 +363,8 @@ compareTopmost (const void *a, CompWindow *bw = *((CompWindow **) b); int ay, by; - ay = WIN_FULL_X (aw); - by = WIN_FULL_X (bw); + ay = WIN_FULL_Y (aw); + by = WIN_FULL_Y (bw); if (ay < by) return -1; |