summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-06-10 02:14:44 +0000
committerEric Anholt <anholt@freebsd.org>2005-06-10 02:14:44 +0000
commitd24ed90547122832d4168ad761f68e107bb1a2db (patch)
tree7d898d46744c28e05d18990d4945a10af9e69948
parent75065f3a54ec760bbe81160fa233810f14d8aaa2 (diff)
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.
-rw-r--r--hw/kdrive/ati/ChangeLog8
-rw-r--r--hw/kdrive/ati/ati.h3
-rw-r--r--hw/kdrive/ati/ati_video.c1
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