diff options
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r-- | libvo/vo_sdl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index 82fbec51e2..c3c57954ad 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -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"); |