diff options
author | Danny Baumann <dannybaumann@web.de> | 2007-04-10 19:00:44 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2007-04-10 19:00:44 +0200 |
commit | 50638b50c76934a17a017a6e68385fbdf3e0adf4 (patch) | |
tree | 9d2f30fe1757df6ad1f4160093b8e71521eaddb7 | |
parent | 5644f92851823eda8f73c1fe7b626a55d0c08fbd (diff) | |
download | beryl-premerge-50638b50c76934a17a017a6e68385fbdf3e0adf4.tar.gz beryl-premerge-50638b50c76934a17a017a6e68385fbdf3e0adf4.tar.bz2 |
Fix typo.
-rw-r--r-- | src/ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1367,7 +1367,7 @@ ringWindowSelectAt (CompScreen *s, int x, int y) RING_SCREEN (s); - if (ringGetSelectWithMouse (s)) + if (!ringGetSelectWithMouse (s)) return; /* first find the top-most window the mouse |