diff options
-rw-r--r-- | hw/kdrive/ati/ChangeLog | 8 | ||||
-rw-r--r-- | hw/kdrive/ati/ati.h | 3 | ||||
-rw-r--r-- | hw/kdrive/ati/ati_video.c | 1 |
3 files changed, 9 insertions, 3 deletions
diff --git a/hw/kdrive/ati/ChangeLog b/hw/kdrive/ati/ChangeLog index 374d64e1c..db28ac59c 100644 --- a/hw/kdrive/ati/ChangeLog +++ b/hw/kdrive/ati/ChangeLog @@ -1,5 +1,13 @@ 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: Perform a warnings sweep on hw/kdrive. A number of these were my fault, but some come from others. diff --git a/hw/kdrive/ati/ati.h b/hw/kdrive/ati/ati.h index ac66f47a0..d5bedd9bb 100644 --- a/hw/kdrive/ati/ati.h +++ b/hw/kdrive/ati/ati.h @@ -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; diff --git a/hw/kdrive/ati/ati_video.c b/hw/kdrive/ati/ati_video.c index ec26e6a5a..3ba1d8ef7 100644 --- a/hw/kdrive/ati/ati_video.c +++ b/hw/kdrive/ati/ati_video.c @@ -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 |