Axe a few dead fields from the port priv struct and add my name to the

"Copyright" line of the license to ati_video.c that already has my name
    in the text.
This commit is contained in:
Eric Anholt 2005-06-10 02:14:44 +00:00
parent 75065f3a54
commit d24ed90547
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2005-06-09 Eric Anholt <anholt@FreeBSD.org>
* ati.h:
* ati_video.c:
Axe a few dead fields from the port priv struct and add my name to
the "Copyright" line of the license to ati_video.c that already has my
name in the text.
2005-06-09 Eric Anholt <anholt@FreeBSD.org>
* ati_dri.c:

View File

@ -171,9 +171,6 @@ typedef struct _ATIPortPriv {
int brightness;
int saturation;
RegionRec clip;
Bool videoOn;
Time offTime;
Time freeTime;
CARD32 size;
KdOffscreenArea *off_screen;
DrawablePtr pDraw;

View File

@ -1,5 +1,6 @@
/*
* Copyright © 2004 Keith Packard
* Copyright © 2005 Eric Anholt
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that