[MPlayer-cvslog] r38183 - trunk/gui/win32/gui.c
ib
subversion at mplayerhq.hu
Tue Mar 3 12:47:08 EET 2020
Author: ib
Date: Tue Mar 3 12:47:07 2020
New Revision: 38183
Log:
Fix compilation of the Win32 GUI Wine build.
Add missing definition of gui_vinfo.
Modified:
trunk/gui/win32/gui.c
Modified: trunk/gui/win32/gui.c
==============================================================================
--- trunk/gui/win32/gui.c Tue Mar 3 12:15:22 2020 (r38182)
+++ trunk/gui/win32/gui.c Tue Mar 3 12:47:07 2020 (r38183)
@@ -63,6 +63,13 @@
/* Globals / Externs */
float video_aspect;
+#ifdef __WINE__
+#ifdef CONFIG_GL_X11
+#include <X11/Xutil.h>
+XVisualInfo *gui_vinfo;
+#endif
+#endif
+
DWORD oldtime;
NOTIFYICONDATA nid;
int console_state = FALSE;
More information about the MPlayer-cvslog
mailing list