diff options
Diffstat (limited to 'src/aticursor.h')
-rw-r--r-- | src/aticursor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/aticursor.h b/src/aticursor.h index 9f8790dc..5f7902c9 100644 --- a/src/aticursor.h +++ b/src/aticursor.h @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.h,v 1.3 2003/01/01 19:16:31 tsi Exp $ */ /* - * Copyright 2001 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2001 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -25,7 +25,6 @@ #define ___ATICURSOR_H___ 1 #include "atipriv.h" -#include "atiproto.h" #include "screenint.h" @@ -39,6 +38,6 @@ typedef enum ATI_CURSOR_DAC /* Hardware cursor provided by RAMDAC */ } ATICursorType; -extern Bool ATIInitializeCursor FunctionPrototype((ScreenPtr, ATIPtr)); +extern Bool ATIInitializeCursor(ScreenPtr, ATIPtr); #endif /* ___ATICURSOR_H___ */ |