changeset 12885:010a28a43c9f

fix for people experimenting with GUI under windows
author reimar
date Thu, 22 Jul 2004 19:07:13 +0000
parents 5b8277fb45f4
children 9b95958f4eb0
files libvo/vo_gl2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Thu Jul 22 18:06:43 2004 +0000
+++ b/libvo/vo_gl2.c	Thu Jul 22 19:07:13 2004 +0000
@@ -872,7 +872,7 @@
 
 	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;