diff audacious/widgets/skin.h @ 1836:a1089ea6f436 trunk

[svn] - implement textboxBitmapFontWidth and textboxBitmapFontHeight for defining the size of a cell in the textbox character grid
author nenolod
date Thu, 05 Oct 2006 20:18:41 -0700
parents e0e46bce806e
children 2ed05cc57194
line wrap: on
line diff
--- a/audacious/widgets/skin.h	Thu Oct 05 19:50:10 2006 -0700
+++ b/audacious/widgets/skin.h	Thu Oct 05 20:18:41 2006 -0700
@@ -156,8 +156,10 @@
 	gint mainwin_height;
 
 	gboolean mainwin_menurow_visible;
+	gboolean mainwin_othertext_is_status;
 
-	gboolean mainwin_othertext_is_status;
+	gint textbox_bitmap_font_width;
+	gint textbox_bitmap_font_height;
 } SkinProperties;
 
 #define SKIN_PIXMAP(x)  ((SkinPixmap *)(x))