comparison libvo/vo_gl2.c @ 12885:010a28a43c9f

fix for people experimenting with GUI under windows
author reimar
date Thu, 22 Jul 2004 19:07:13 +0000
parents 5ab2ea430653
children 3cd9add91f97
comparison
equal deleted inserted replaced
12884:5b8277fb45f4 12885:010a28a43c9f
870 aspect_save_prescale(d_width,d_height); 870 aspect_save_prescale(d_width,d_height);
871 aspect_save_screenres(vo_screenwidth,vo_screenheight); 871 aspect_save_screenres(vo_screenwidth,vo_screenheight);
872 872
873 aspect(&d_width,&d_height,A_NOZOOM); 873 aspect(&d_width,&d_height,A_NOZOOM);
874 874
875 #ifdef HAVE_NEW_GUI 875 #if defined(HAVE_NEW_GUI) && !defined(GL_WIN32)
876 if (use_gui) { 876 if (use_gui) {
877 if (config_glx_gui(d_width, d_height) == -1) 877 if (config_glx_gui(d_width, d_height) == -1)
878 return -1; 878 return -1;
879 } else 879 } else
880 #endif 880 #endif