summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index fbf90b6a0f..7d9849b6d8 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -872,7 +872,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
aspect(&d_width,&d_height,A_NOZOOM);
-#ifdef HAVE_NEW_GUI
+#if defined(HAVE_NEW_GUI) && !defined(GL_WIN32)
if (use_gui) {
if (config_glx_gui(d_width, d_height) == -1)
return -1;