Mercurial > audlegacy
changeset 4389:dae64d9d2759
Use GTK's built in double buffering support.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 29 Mar 2008 19:23:51 -0500 |
parents | 87df15baba26 |
children | 7ad845eda032 |
files | src/audacious/ui_skinned_playlist.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_skinned_playlist.c Sat Mar 29 19:19:29 2008 -0500 +++ b/src/audacious/ui_skinned_playlist.c Sat Mar 29 19:23:51 2008 -0500 @@ -182,6 +182,7 @@ priv->skin_index = SKIN_PLEDIT; gtk_fixed_put(GTK_FIXED(fixed), GTK_WIDGET(hs), hs->x, hs->y); + gtk_widget_set_double_buffered(GTK_WIDGET(hs), TRUE); return GTK_WIDGET(hs); }