grim/guifications1

Parents ce095d41e813
Children dad10b3979ff
forgot to do what i was meaning to do in this file..
--- a/src/gf_theme.h Sun Jan 11 03:17:05 2004 +0000
+++ b/src/gf_theme.h Sun Jan 11 03:20:04 2004 +0000
@@ -37,10 +37,10 @@
gint vertical_offset;
} gf_theme_item;
-typedef struct _gf_theme_text_shadow {
+typedef struct _gf_theme_shadow {
gf_theme_item item;
gchar *color;
-} gf_theme_text_shadow;
+} gf_theme_shadow;
typedef struct _gf_theme_text {
gf_theme_item item;
@@ -52,7 +52,7 @@
gint width;
gf_text_clipping clipping;
- gf_theme_text_shadow shadow;
+ gf_theme_shadow shadow;
} gf_theme_text;
typedef struct _gf_theme_icon {
@@ -60,6 +60,7 @@
gf_icon type;
gf_item_position position;
gf_icon_size size;
+ gf_theme_shadow shadow;
} gf_theme_icon;
typedef struct _gf_theme_notification {