# HG changeset patch # User nenolod # Date 1137550342 28800 # Node ID ccb34144939cfcf52d3274c1599b259c67944f63 # Parent 03bbb5bc74c0459b2fd2d936d63f65fff59f03a4 [svn] Further speedups diff -r 03bbb5bc74c0 -r ccb34144939c audacious/playlist_list.c --- a/audacious/playlist_list.c Tue Jan 17 18:05:29 2006 -0800 +++ b/audacious/playlist_list.c Tue Jan 17 18:12:22 2006 -0800 @@ -678,17 +678,14 @@ SKIN_PLEDIT_CURRENT)); gdk_draw_line(obj, gc, pl->pl_widget.x, -/* pl->pl_widget.x + lpadding + (width_approx_letters / 4), */ - pl->pl_widget.y + - ((pos - pl->pl_first) * pl->pl_fheight), + pl->pl_widget.x + lpadding + + (width_approx_letters / 4), pl->pl_widget.width + pl->pl_widget.x - 1, pl->pl_widget.y + ((pos - pl->pl_first) * pl->pl_fheight)); } } - - } gdk_gc_set_foreground(gc,