Mercurial > audlegacy
changeset 460:ccb34144939c trunk
[svn] Further speedups
author | nenolod |
---|---|
date | Tue, 17 Jan 2006 18:12:22 -0800 |
parents | 03bbb5bc74c0 |
children | 60dac59c393a |
files | audacious/playlist_list.c |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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,