summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directx.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-24 07:01:53 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 03:34:27 +0300
commit0dc3a72273127e28aec60b39373b48ad8da80c57 (patch)
tree58aaa964583452f8e0258808785ae589972ae9f0 /libvo/vo_directx.c
parent41d6879236d2792300c57fc9825878ba4f634edd (diff)
downloadmpv-0dc3a72273127e28aec60b39373b48ad8da80c57.tar.bz2
mpv-0dc3a72273127e28aec60b39373b48ad8da80c57.tar.xz
Move vidmode to options struct
Diffstat (limited to 'libvo/vo_directx.c')
-rw-r--r--libvo/vo_directx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index 5d3bd355e3..b56f39b36b 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -87,8 +87,6 @@ static float window_aspect;
static BOOL (WINAPI* myGetMonitorInfo)(HMONITOR, LPMONITORINFO) = NULL;
static RECT last_rect = {0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE};
-extern int vidmode;
-
/*****************************************************************************
* DirectDraw GUIDs.
* Defining them here allows us to get rid of the dxguid library during