[metacity/cowbell: 5/11] some fixmes



commit 3442b5d882906114e1ef3524ed487368b3843b59
Author: Thomas Thurman <tthurman gnome org>
Date:   Sun Sep 20 17:48:07 2009 -0400

    some fixmes

 src/ui/theme.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/theme.h b/src/ui/theme.h
index e3f0ba7..86fb810 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -59,6 +59,8 @@ typedef enum
   META_BUTTON_STATE_LAST
 } MetaButtonState;
 
+/* FIXME: Should move theme struct definitions into theme.c */
+
 typedef struct
 {
   gboolean dummy;
@@ -140,6 +142,10 @@ typedef struct {
   /**
    * Background colour of the window. Only present in theme formats
    * 2 and above. Can be NULL to use the standard GTK theme engine.
+   *
+   * FIXME: This is the only place that code outside the theme
+   * subsystem accesses the internals of a struct within it;
+   * this should change.
    */
   MetaColorSpec *window_background_color;
 



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