summaryrefslogtreecommitdiff
path: root/xine_fbfe_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_fbfe_frontend.c')
-rw-r--r--xine_fbfe_frontend.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c
index 5f51b057..8157293b 100644
--- a/xine_fbfe_frontend.c
+++ b/xine_fbfe_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_fbfe_frontend.c,v 1.1 2006-06-03 10:01:18 phintuka Exp $
+ * $Id: xine_fbfe_frontend.c,v 1.2 2006-06-04 11:00:04 phintuka Exp $
*
*/
@@ -118,9 +118,9 @@ static void fbfe_update_display_size(frontend_t *this_gen)
* fbfe_display_open
*/
static int fbfe_display_open(frontend_t *this_gen, int width, int height, int fullscreen,
- int modeswitch, char *modeline, int aspect,
- fe_keypress_f keyfunc, char *video_port,
- int scale_video, int field_order)
+ int modeswitch, const char *modeline, int aspect,
+ fe_keypress_f keyfunc, const char *video_port,
+ int scale_video, int field_order)
{
fe_t *this = (fe_t*)this_gen;
@@ -165,7 +165,7 @@ static int fbfe_display_open(frontend_t *this_gen, int width, int height, int fu
* configure windows
*/
static int fbfe_display_config(frontend_t *this_gen, int width, int height, int fullscreen,
- int modeswitch, char *modeline, int aspect,
+ int modeswitch, const char *modeline, int aspect,
int scale_video, int field_order)
{
fe_t *this = (fe_t*)this_gen;