From 6e8fcaaa1600fde44365e82afe4450444a209a41 Mon Sep 17 00:00:00 2001 From: onestone Date: Tue, 13 Feb 2007 18:43:10 +0000 Subject: beryl-plugins: 3d: disabled ghost windows git-svn-id: file:///beryl/trunk@4036 d7aaf104-2d23-0410-ae22-9d23157bf5a3 --- beryl-plugins/src/3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1