mirror of https://github.com/mpv-player/mpv
start in windowed mode using Quartz, but no X server started. Ported from fink.sf.net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10484 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f268451c76
commit
79fc505bb6
|
@ -896,7 +896,8 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
|
|||
||(strcmp(priv->driver, "directx") == 0)
|
||||
||(strcmp(priv->driver, "Quartz") == 0)
|
||||
||((strcmp(priv->driver, "aalib") == 0)
|
||||
&& priv->X)) {
|
||||
&& priv->X)
|
||||
||(strcmp(priv->driver, "Quartz") == 0)) {
|
||||
if(verbose) printf("SDL: setting windowed mode\n");
|
||||
set_video_mode(priv->dstwidth, priv->dstheight, priv->bpp, priv->sdlflags);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue