From 73105e438e90f950249cb265ba99001d4db3dc60 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Tue, 25 Nov 2003 19:28:36 +0000 Subject: XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks --- src/atiaccel.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/atiaccel.h') diff --git a/src/atiaccel.h b/src/atiaccel.h index df59ab0a..74cbdecd 100644 --- a/src/atiaccel.h +++ b/src/atiaccel.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.h,v 1.4 2003/01/01 19:16:30 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.h,v 1.5 2003/04/23 21:51:27 tsi Exp $ */ /* * Copyright 2001 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * @@ -28,9 +28,14 @@ #include "atiproto.h" #include "xf86str.h" +#include "xf86fbman.h" -extern Bool ATIInitializeAcceleration FunctionPrototype((ScreenPtr, - ScrnInfoPtr, - ATIPtr)); +extern Bool ATIInitializeAcceleration FunctionPrototype((ScreenPtr, + ScrnInfoPtr, + ATIPtr)); + +extern FBLinearPtr ATIResizeOffscreenLinear FunctionPrototype((ScreenPtr, + FBLinearPtr, + int)); #endif /* ___ATIACCEL_H___ */ -- cgit v1.2.3