[metacity/cowbell: 1/11] remove call to meta_color_spec_render for now



commit ac2c7a2242b47f5b107c6e9a64083c5c986b3b5f
Author: Thomas Thurman <tthurman gnome org>
Date:   Sun Sep 20 16:58:51 2009 -0400

    remove call to meta_color_spec_render for now

 src/ui/frames.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/frames.c b/src/ui/frames.c
index 86d5d76..41a6b1c 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -2546,6 +2546,10 @@ meta_frames_set_window_background (MetaFrames   *frames,
       GdkColor color;
       GdkVisual *visual;
 
+#if 0
+      /* FIXME FIXME FIXME
+       * Need to pull the background colour out of the theme here.
+       */
       meta_color_spec_render (style->window_background_color,
                               GTK_WIDGET (frames),
                               &color);
@@ -2565,6 +2569,7 @@ meta_frames_set_window_background (MetaFrames   *frames,
         }
 
       gdk_window_set_background (frame->window, &color);
+#endif
     }
   else
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]