summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2013-08-19 08:50:19 +0000
committerphintuka <phintuka>2013-08-19 08:50:19 +0000
commit1b40c7445da00edd296512e951b84d62df8e126e (patch)
treeba2b0cc50d4d8554a35078685d229df6976d6228
parent219e385f69d10ca136b528f098717aaeb007eae4 (diff)
downloadxineliboutput-1b40c7445da00edd296512e951b84d62df8e126e.tar.gz
xineliboutput-1b40c7445da00edd296512e951b84d62df8e126e.tar.bz2
Added missing parameter
-rw-r--r--xine_frontend.h4
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);