0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/DOCS/man/en
wm4 b23dce6d7c x11_common: always create a window, even with --wid
The --wid switch (for embedding the player into other applications)
didn't create a new window, and instead tried to use the window that
was passed via --wid directly. This made the code more complex, caused
strange X errors (mpv and host application fighting for exclusive X
resources), and actually could cause issues if the --wid window wasn't
created with the X Visual needed for OpenGL.

Always create a window instead. This makes it always possible to embed
the player into foreign windows. --geometry doesn't work anymore - the
controlling application should always create a new window to place the
player inside it, and can control the video window by moving and
resizing this window.

w32_common.c actually did this right, and always creates a new window.
2013-02-26 02:01:48 +01:00
..
af.rst Rename af_volnorm to af_drc 2013-02-12 09:53:33 +01:00
ao.rst vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver 2012-12-28 08:40:28 +01:00
changes.rst options: drop --opt:subopt option names 2013-02-23 00:07:11 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst Remove --rootwin option and rootwin property 2013-02-24 17:00:52 +01:00
mpv.rst options: drop --opt:subopt option names 2013-02-23 00:07:11 +01:00
options.rst x11_common: always create a window, even with --wid 2013-02-26 02:01:48 +01:00
vf.rst vf_yadif: switch to option parser, allow disabling by default 2013-02-23 00:12:45 +01:00
vo.rst manpage: fixes 2013-01-31 01:58:58 +01:00