Mercurial > audlegacy
comparison src/audacious/ui_skinned_textbox.c @ 3933:5a4ef76b1f42
beggining of better dealing with substandard winamp skins - if it doesn't break anything, why not commit this?
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Wed, 14 Nov 2007 17:32:02 +0100 |
parents | 46591501603e |
children | d46d60247826 |
comparison
equal
deleted
inserted
replaced
3932:77fc6e6d3ca7 | 3933:5a4ef76b1f42 |
---|---|
705 y = bmp_active_skin->properties.textbox_bitmap_font_height; | 705 y = bmp_active_skin->properties.textbox_bitmap_font_height; |
706 } | 706 } |
707 else | 707 else |
708 textbox_handle_special_char(tmp, &x, &y); | 708 textbox_handle_special_char(tmp, &x, &y); |
709 | 709 |
710 skin_draw_pixmap(bmp_active_skin, | 710 skin_draw_pixmap(GTK_WIDGET(textbox), bmp_active_skin, |
711 priv->pixmap, gc, priv->skin_index, | 711 priv->pixmap, gc, priv->skin_index, |
712 x, y, i * bmp_active_skin->properties.textbox_bitmap_font_width, 0, | 712 x, y, i * bmp_active_skin->properties.textbox_bitmap_font_width, 0, |
713 bmp_active_skin->properties.textbox_bitmap_font_width, | 713 bmp_active_skin->properties.textbox_bitmap_font_width, |
714 bmp_active_skin->properties.textbox_bitmap_font_height); | 714 bmp_active_skin->properties.textbox_bitmap_font_height); |
715 } | 715 } |