summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@src.gnome.org>2005-11-17 22:56:10 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-11-17 22:56:10 +0000
commit68fbc1b6da35a9a824b74c2e74dce17f80b5a283 (patch)
tree92d89d641283b423381efaaa4e0f59cde984c7c7
parentf8bd3162d8505bdef3d2ed37c1254e2452ad34b2 (diff)
downloadmetacity-68fbc1b6da35a9a824b74c2e74dce17f80b5a283.tar.gz
clear the background
-rw-r--r--src/compositor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor.c b/src/compositor.c
index c1b96863..c49aaaff 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -465,10 +465,10 @@ do_paint_screen (MetaCompositor *compositor,
glViewport (0, 0, screen->width, screen->height);
-#if 0
glClearColor (0.0, 0.5, 0.5, 0.0);
glClear (GL_COLOR_BUFFER_BIT);
-
+
+#if 0
glLoadIdentity ();
glColor4f (0.8, 0.3, 0.8, 0.8);