diff options
author | kristian <kristian@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-06 20:33:42 +0000 |
---|---|---|
committer | kristian <kristian@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-06 20:33:42 +0000 |
commit | cbd7c4fcfe2a2a3c700196e7d3ed6db8f5718b69 (patch) | |
tree | ea2e95e530025e844fae75af1b530ada3ee136b8 /beryl-plugins/src/rotate.c | |
parent | cb8c3f3b5637e1714c0b54f8f20aff5c08ce5527 (diff) | |
download | marex-dev-cbd7c4fcfe2a2a3c700196e7d3ed6db8f5718b69.tar.gz marex-dev-cbd7c4fcfe2a2a3c700196e7d3ed6db8f5718b69.tar.bz2 |
rotate.c: Properly eat the rotateInitate events. Yummy. Closes #681
git-svn-id: file:///beryl/trunk@2431 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/src/rotate.c')
-rw-r--r-- | beryl-plugins/src/rotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beryl-plugins/src/rotate.c b/beryl-plugins/src/rotate.c index 55611a8..a28594b 100644 --- a/beryl-plugins/src/rotate.c +++ b/beryl-plugins/src/rotate.c @@ -1085,7 +1085,7 @@ rotateInitiate(CompDisplay * d, } } - return FALSE; + return TRUE; } static Bool @@ -1354,7 +1354,7 @@ rotateWithWindow(CompDisplay * d, } } - return FALSE; + return TRUE; } static Bool |