[MPlayer-cvslog] CVS: main/libvo w32_common.c,1.20,1.21
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Apr 12 22:17:09 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libvo w32_common.h,1.4,1.5
- Next message: [MPlayer-cvslog] CVS: main/libaf af_sinesupress.c, NONE, 1.1 af.c, 1.52, 1.53 control.h, 1.9, 1.10 Makefile, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv23685
Modified Files:
w32_common.c
Log Message:
define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it
Index: w32_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/w32_common.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- w32_common.c 12 Apr 2006 14:11:26 -0000 1.20
+++ w32_common.c 12 Apr 2006 20:17:07 -0000 1.21
@@ -11,6 +11,10 @@
extern void mplayer_put_key(int code);
+#ifndef MONITOR_DEFAULTTOPRIMARY
+#define MONITOR_DEFAULTTOPRIMARY 1
+#endif
+
static const char* classname = "MPlayer - Media player for Win32";
int vo_vm = 0;
HDC vo_hdc = 0;
- Previous message: [MPlayer-cvslog] CVS: main/libvo w32_common.h,1.4,1.5
- Next message: [MPlayer-cvslog] CVS: main/libaf af_sinesupress.c, NONE, 1.1 af.c, 1.52, 1.53 control.h, 1.9, 1.10 Makefile, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list