comparison audacious/widgets/skin.h @ 1773:7913bae43086 trunk

[svn] - text and infobar
author nenolod
date Wed, 04 Oct 2006 01:38:46 -0700
parents cb216af25b55
children 17e38b5c8e2f
comparison
equal deleted inserted replaced
1772:cb216af25b55 1773:7913bae43086
73 73
74 typedef struct _SkinProperties { 74 typedef struct _SkinProperties {
75 gboolean mainwin_othertext; 75 gboolean mainwin_othertext;
76 gint mainwin_vis_x; 76 gint mainwin_vis_x;
77 gint mainwin_vis_y; 77 gint mainwin_vis_y;
78 gint mainwin_text_x;
79 gint mainwin_text_y;
80 gint mainwin_infobar_x;
81 gint mainwin_infobar_y;
78 } SkinProperties; 82 } SkinProperties;
79 83
80 #define SKIN_PIXMAP(x) ((SkinPixmap *)(x)) 84 #define SKIN_PIXMAP(x) ((SkinPixmap *)(x))
81 typedef struct _SkinPixmap { 85 typedef struct _SkinPixmap {
82 GdkPixmap *pixmap; 86 GdkPixmap *pixmap;