comparison libvo/vo_directx.c @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents c89a913b5d5e
children 2a6dfdf16b6b
comparison
equal deleted inserted replaced
28050:7e53b0b71b18 28051:9e739bdb049c
87 static RECT monitor_rect; //monitor coordinates 87 static RECT monitor_rect; //monitor coordinates
88 static float window_aspect; 88 static float window_aspect;
89 static BOOL (WINAPI* myGetMonitorInfo)(HMONITOR, LPMONITORINFO) = NULL; 89 static BOOL (WINAPI* myGetMonitorInfo)(HMONITOR, LPMONITORINFO) = NULL;
90 static RECT last_rect = {0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE}; 90 static RECT last_rect = {0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE, 0xDEADC0DE};
91 91
92 extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)); 92 void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
93 extern int vidmode; 93 extern int vidmode;
94 94
95 /***************************************************************************** 95 /*****************************************************************************
96 * DirectDraw GUIDs. 96 * DirectDraw GUIDs.
97 * Defining them here allows us to get rid of the dxguid library during 97 * Defining them here allows us to get rid of the dxguid library during