summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-11-19 14:39:02 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-11-19 14:39:02 +0000
commitd5df5f63fd0417a2c540bb200593c74a950029c6 (patch)
treec19911372e6a4ede36e2b614fbabc1f14eddeed6 /apps/plugins/video.c
parent6e2778b079e92f5e2723bed0c471a7da1569c06c (diff)
downloadrockbox-d5df5f63fd0417a2c540bb200593c74a950029c6.zip
rockbox-d5df5f63fd0417a2c540bb200593c74a950029c6.tar.gz
rockbox-d5df5f63fd0417a2c540bb200593c74a950029c6.tar.bz2
rockbox-d5df5f63fd0417a2c540bb200593c74a950029c6.tar.xz
please, oh please give me a green build so I can goto bed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/video.c')
-rw-r--r--apps/plugins/video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 5891740..6cdf92e 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -11,7 +11,7 @@
* Reads raw image data + audio data from a file
* !!!!!!!!!! Code Police free zone !!!!!!!!!!
*
-* Copyright (C) 2003-2004 Jörg Hohensohn aka [IDC]Dragon
+* Copyright (C) 2003-2004 J�g Hohensohn aka [IDC]Dragon
*
* All files in this archive are subject to the GNU General Public License.
* See the file COPYING in the source tree root for full license agreement.
@@ -255,7 +255,7 @@ void DrawPosition(int pos, int total)
/* draw a slider over the rest of the line */
rb->lcd_getstringsize(gPrint, &w, &h);
w++;
- rb->gui_scrollbar_draw(&rb->screens[SCREEN_MAIN],w, LCD_HEIGHT-7, LCD_WIDTH-w,
+ rb->gui_scrollbar_draw(rb->screens[SCREEN_MAIN],w, LCD_HEIGHT-7, LCD_WIDTH-w,
7, total, 0, pos, HORIZONTAL);
if (gPlay.state == paused) /* we have to draw ourselves */