comparison src/audacious/ui_skinned_equalizer_graph.h @ 4029:76da6fe8cb39

- Branch merge
author Ralf Ertzinger <ralf@skytale.net>
date Wed, 28 Nov 2007 16:55:02 +0100
parents d46d60247826
children f1074a07ec09
comparison
equal deleted inserted replaced
4028:bb709f82068b 4029:76da6fe8cb39
44 struct _UiSkinnedEqualizerGraph { 44 struct _UiSkinnedEqualizerGraph {
45 GtkWidget widget; 45 GtkWidget widget;
46 46
47 gint x, y, width, height; 47 gint x, y, width, height;
48 SkinPixmapId skin_index; 48 SkinPixmapId skin_index;
49 GtkWidget *fixed;
50 gboolean double_size; 49 gboolean double_size;
51 }; 50 };
52 51
53 struct _UiSkinnedEqualizerGraphClass { 52 struct _UiSkinnedEqualizerGraphClass {
54 GtkWidgetClass parent_class; 53 GtkWidgetClass parent_class;