mirror of https://github.com/mpv-player/mpv
vo_macosx now supports setting alpha as well, typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15747 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d7410b8ffa
commit
f0b231f194
|
@ -336,7 +336,7 @@ Resize movie window to its original size.
|
|||
Resize movie window to double its original size.
|
||||
.IPs "command + f"
|
||||
Toggle fullscreen (also see \-fs).
|
||||
.IPs "command + [ and command + ]" (\-vo quartz only)
|
||||
.IPs "command + [ and command + ]"
|
||||
Set movie window alpha.
|
||||
.RE
|
||||
.PD 1
|
||||
|
@ -391,7 +391,7 @@ a special kind of string-escaping intended for use with external GUIs.
|
|||
.PP
|
||||
It has the following format:
|
||||
.PP
|
||||
%n%string_of_lenght_n
|
||||
%n%string_of_length_n
|
||||
.PP
|
||||
Usage example:
|
||||
.PP
|
||||
|
|
Loading…
Reference in New Issue