diff options
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.h b/frontend_local.h index a7975e3c..8e1250ad 100644 --- a/frontend_local.h +++ b/frontend_local.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $ + * $Id: frontend_local.h,v 1.2 2006-06-04 11:00:04 phintuka Exp $ * */ @@ -47,7 +47,7 @@ class cXinelibLocal : public cXinelibThread // Configuration virtual void ConfigureWindow(int fullscreen, int width, int height, - int modeswitch, char *modeline, + int modeswitch, const char *modeline, int aspect, int scale_video, int field_order); virtual void ConfigureDecoder(int pes_buffers, int priority); |