summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine_frontend_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 35c64a65..daca2b41 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.10 2006-08-19 19:19:17 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.11 2006-08-23 05:26:05 phintuka Exp $
*
*/
@@ -293,6 +293,7 @@ int main(int argc, char *argv[])
if(argc > ++i) video_port = strdup(argv[i]);
} else if(!strncmp(argv[i], "--width", 7)) {
if(argc > ++i) width = atoi(argv[i]);
+ printf("Width: %d\n", width);
} else if(!strncmp(argv[i], "--lirc", 6)) {
if(argc > i+1 && argv[i+1][0] == '/')
lirc_device_name = strdup(argv[++i]);