diff options
author | onestone <onestone@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-13 18:43:10 +0000 |
---|---|---|
committer | onestone <onestone@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-13 18:43:10 +0000 |
commit | 6e8fcaaa1600fde44365e82afe4450444a209a41 (patch) | |
tree | 556b481c939391f1750c8c50ca256ec30f31d634 | |
parent | 4db67f7f814f428f6ebc629e0823e8f582c1b92b (diff) | |
download | marex-dev-6e8fcaaa1600fde44365e82afe4450444a209a41.tar.gz marex-dev-6e8fcaaa1600fde44365e82afe4450444a209a41.tar.bz2 |
beryl-plugins: 3d: disabled ghost windows
git-svn-id: file:///beryl/trunk@4036 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beryl-plugins/src/3d.c b/beryl-plugins/src/3d.c index 89453ae..76ceb13 100644 --- a/beryl-plugins/src/3d.c +++ b/beryl-plugins/src/3d.c @@ -585,7 +585,7 @@ tdPaintWindow(CompWindow * w, if (wasCulled && DISABLE_BACKFACE_CULLING) glDisable(GL_CULL_FACE); - if (!IS_IN_VIEWPORT(w, 0)) + if (!IS_IN_VIEWPORT(w, 0) && FALSE) { float angle = 360 / tds->currentViewportNum; |