diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-11-21 04:02:41 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:32:10 +0200 |
commit | eda9fb15e8bc042661a91a3d8c921006dfb3ddd9 (patch) | |
tree | 2fb4c704c862732420c1ac0b53c3b94c15d22379 /src/atimach64xv.h | |
parent | 67b240ddd4a6549a23885afc723b6efa7c52db4c (diff) |
Consolidate atixv.c w/ atimach64xv.c, part 2.
Move {Initialize,Close}XVideo from atixv.c to atimach64xv.c .
Diffstat (limited to 'src/atimach64xv.h')
-rw-r--r-- | src/atimach64xv.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/atimach64xv.h b/src/atimach64xv.h deleted file mode 100644 index f46a120b..00000000 --- a/src/atimach64xv.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright 2003 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 - * the above copyright notice appear in all copies and that both that copyright - * notice and this permission notice appear in supporting documentation, and - * that the name of Marc Aurele La France not be used in advertising or - * publicity pertaining to distribution of the software without specific, - * written prior permission. Marc Aurele La France makes no representations - * about the suitability of this software for any purpose. It is provided - * "as-is" without express or implied warranty. - * - * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO - * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef ___ATIMACH64XV_H___ -#define ___ATIMACH64XV_H___ 1 - -#include "atipriv.h" - -#include "xf86str.h" -#include "xf86xv.h" - -extern void ATIMach64CloseXVideo(ScreenPtr, ScrnInfoPtr, ATIPtr); - -#endif /* ___ATIMACH64XV_H___ */ |