summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
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 5891740bfa..6cdf92e924 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -11,7 +11,7 @@
11* Reads raw image data + audio data from a file 11* Reads raw image data + audio data from a file
12* !!!!!!!!!! Code Police free zone !!!!!!!!!! 12* !!!!!!!!!! Code Police free zone !!!!!!!!!!
13* 13*
14* Copyright (C) 2003-2004 Jörg Hohensohn aka [IDC]Dragon 14* Copyright (C) 2003-2004 J�g Hohensohn aka [IDC]Dragon
15* 15*
16* All files in this archive are subject to the GNU General Public License. 16* All files in this archive are subject to the GNU General Public License.
17* See the file COPYING in the source tree root for full license agreement. 17* See the file COPYING in the source tree root for full license agreement.
@@ -255,7 +255,7 @@ void DrawPosition(int pos, int total)
255 /* draw a slider over the rest of the line */ 255 /* draw a slider over the rest of the line */
256 rb->lcd_getstringsize(gPrint, &w, &h); 256 rb->lcd_getstringsize(gPrint, &w, &h);
257 w++; 257 w++;
258 rb->gui_scrollbar_draw(&rb->screens[SCREEN_MAIN],w, LCD_HEIGHT-7, LCD_WIDTH-w, 258 rb->gui_scrollbar_draw(rb->screens[SCREEN_MAIN],w, LCD_HEIGHT-7, LCD_WIDTH-w,
259 7, total, 0, pos, HORIZONTAL); 259 7, total, 0, pos, HORIZONTAL);
260 260
261 if (gPlay.state == paused) /* we have to draw ourselves */ 261 if (gPlay.state == paused) /* we have to draw ourselves */