diff options
Diffstat (limited to 'xineliboutput.c')
-rw-r--r-- | xineliboutput.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 8c8200d5..b48d5089 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.44 2011-01-17 12:54:22 phintuka Exp $ + * $Id: xineliboutput.c,v 1.45 2011-02-28 13:37:10 phintuka Exp $ * */ @@ -140,8 +140,11 @@ const char cmdLineHelp[] = #endif " -w --width=x Window width\n" " -h --height=x Window width\n" +" -g, --geometry=WxH[+X+Y] Set output window geometry (X style)\n" " -d DISP --display=DISP Use X11 display DISP\n" " (or framebuffer device name)\n" +" -W ID --wid=ID Use existing X11 window\n" +" Special ID for root window: --wid=root\n" " -P NAME --post=NAME Use xine post plugin NAME\n" " format: pluginname[:arg=val[,arg=val]][,...]\n" " example: \n" |