Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom at hukatronic.cz>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8247 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-11-21 22:52:54 +00:00
parent cb0010d072
commit f758086314
1 changed files with 1 additions and 0 deletions

View File

@ -933,6 +933,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
if((strcmp(priv->driver, "x11") == 0)
||(strcmp(priv->driver, "windib") == 0)
||(strcmp(priv->driver, "directx") == 0)
||(strcmp(priv->driver, "Quartz") == 0)
||((strcmp(priv->driver, "aalib") == 0)
&& priv->X)) {
if(verbose) printf("SDL: setting windowed mode\n");