summaryrefslogtreecommitdiff
path: root/src/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme.h')
-rw-r--r--src/theme.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theme.h b/src/theme.h
index 8a3cbae9..78a96750 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -28,7 +28,14 @@
/* theme.[hc] is basically responsible for drawing parts of the UI using
* theme data
*/
+typedef struct _MetaFrameStyle MetaFrameStyle;
+struct _MetaFrameStyle
+{
+ MetaGradientDescription *title_gradient;
+
+
+};
GdkPixbuf* meta_theme_get_gradient (MetaGradientType type,
const GdkColor *color_one,