diff options
author | phintuka <phintuka> | 2013-08-19 08:50:19 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-08-19 08:50:19 +0000 |
commit | 1b40c7445da00edd296512e951b84d62df8e126e (patch) | |
tree | ba2b0cc50d4d8554a35078685d229df6976d6228 | |
parent | 219e385f69d10ca136b528f098717aaeb007eae4 (diff) | |
download | xineliboutput-1b40c7445da00edd296512e951b84d62df8e126e.tar.gz xineliboutput-1b40c7445da00edd296512e951b84d62df8e126e.tar.bz2 |
Added missing parameter
-rw-r--r-- | xine_frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 9b36795e..220ee37d 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.29 2012-03-19 11:53:04 phintuka Exp $ + * $Id: xine_frontend.h,v 1.30 2013-08-19 08:50:19 phintuka Exp $ * */ @@ -79,7 +79,7 @@ struct frontend_s { int fullscreen, int hud, int opengl, int modeswitch, const char *modeline, int aspect, - int no_x_kbd, int gui_hotkeys, + int no_x_kbd, int gui_hotkeys, int touchscreen, const char *video_port, int scale_video, const char *aspect_controller, int window_id); |