Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2b471379494a2acc128492c7574ce12f > files > 32

xmms-1.2.10-35mdv2008.0.src.rpm

--- ./xmms/textbox.h.gege	Mon Nov 27 12:54:03 2000
+++ ./xmms/textbox.h	Mon Nov 27 13:00:00 2000
@@ -41,5 +41,6 @@
 void textbox_set_scroll(TextBox * tb, gboolean s);
 TextBox *create_textbox(GList ** wlist, GdkPixmap * parent, GdkGC * gc, gint x, gint y, gint w, gboolean allow_scroll, SkinIndex si);
 void free_textbox(TextBox * tb);
+void config_textbox(TextBox *tb, gint y);
 
 #endif