Commit 485cefd0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

DDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.

parent 6753dea6
......@@ -284,8 +284,6 @@ typedef struct {
} ddraw_driver;
void DDRAW_register_driver(const ddraw_driver*);
BOOL DDRAW_XVidMode_Init(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv);
BOOL DDRAW_XF86DGA2_Init(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv);
const ddraw_driver* DDRAW_FindDriver(const GUID* guid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment