diff options
Diffstat (limited to 'hw/xfree86/dixmods/extmod/xf86dga.c')
-rw-r--r-- | hw/xfree86/dixmods/extmod/xf86dga.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hw/xfree86/dixmods/extmod/xf86dga.c b/hw/xfree86/dixmods/extmod/xf86dga.c index 9593c4a40..973f54e23 100644 --- a/hw/xfree86/dixmods/extmod/xf86dga.c +++ b/hw/xfree86/dixmods/extmod/xf86dga.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/Xext/xf86dga.c,v 3.21 2000/06/30 19:06:54 keithp Exp $ */ +/* $XFree86: xc/programs/Xserver/Xext/xf86dga.c,v 3.22 2003/07/16 01:38:30 dawes Exp $ */ /* @@ -24,6 +24,8 @@ Copyright (c) 1995, 1996, 1999 XFree86 Inc #include "swaprep.h" #include "dgaproc.h" +#include "xf86dgaext.h" + static DISPATCH_PROC(ProcXF86DGADirectVideo); static DISPATCH_PROC(ProcXF86DGAGetVidPage); @@ -270,8 +272,7 @@ ProcXF86DGAViewPortChanged(ClientPtr client) } int -ProcXF86DGADispatch (client) - register ClientPtr client; +ProcXF86DGADispatch(register ClientPtr client) { REQUEST(xReq); |