summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index a38111ed21..dc15964ec0 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -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;