summaryrefslogtreecommitdiff
path: root/src/theme.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-01-07 03:26:09 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-01-07 03:26:09 +0000
commitf36ba88085160867791f73704fb023a165d29752 (patch)
tree4f4f5889c4430f7330c08c4c37858aaf0d8e27a9 /src/theme.h
parentac85e1e225a4f12e7069ca60562a92cef3d37dc6 (diff)
downloadmetacity-f36ba88085160867791f73704fb023a165d29752.tar.gz
put in attempted fix for the GTK 1.2 plug/socket screwup, now that my
2002-01-06 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_notify_focus): put in attempted fix for the GTK 1.2 plug/socket screwup, now that my fixed debug spew reveals what's actually happening. ;-) * src/gradient.c (meta_gradient_description_new): object to store gradient descriptions * src/window.c (meta_window_notify_focus): fix the debug spew that was confusing me * src/wm-tester/focus-window.c: add little program to focus a window ID
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,