diff options
Diffstat (limited to 'hw/xwin/winengine.c')
-rw-r--r-- | hw/xwin/winengine.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hw/xwin/winengine.c b/hw/xwin/winengine.c index aff90bdaf..d76e58628 100644 --- a/hw/xwin/winengine.c +++ b/hw/xwin/winengine.c @@ -27,12 +27,19 @@ * * Authors: Harold L Hunt II */ -/* $XFree86: xc/programs/Xserver/hw/xwin/winengine.c,v 1.4 2003/02/12 15:01:38 alanh Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xwin/winengine.c,v 1.5 2003/07/29 21:25:17 dawes Exp $ */ #include "win.h" /* + * External global variables + */ + +extern const GUID _IID_IDirectDraw4; + + +/* * Detect engines supported by current Windows version * DirectDraw version and hardware */ |