summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-02-08 17:50:15 +0000
committerLuc Verhaegen <libv@skynet.be>2006-02-08 17:50:15 +0000
commit8a81f9ec9d1faaeb4913596961c39a9b7400e230 (patch)
tree0bda86ef347dfae3e090dbc33ffdb8e2f7110015
parent4d52b618aa10ebbb32ad9fc771cb1c1545cbb55c (diff)
ARK: Remove wrong usage of pScrn->clock.
-rw-r--r--ChangeLog6
-rw-r--r--src/ark_driver.c3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 104027e..1450b33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-08 Luc Verhaegen <libv@skynet.be>
+
+ * src/ark_driver.c: (ARKPreInit):
+
+ Remove wrong usage of pScrn->clock.
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/src/ark_driver.c b/src/ark_driver.c
index 1a13004..1febb9b 100644
--- a/src/ark_driver.c
+++ b/src/ark_driver.c
@@ -453,9 +453,6 @@ static Bool ARKPreInit(ScrnInfoPtr pScrn, int flags)
pARK->clock_mult = 2;
}
- pScrn->numClocks = 1;
- pScrn->clock[0] = 80000; /* safe */
-
clockRanges = xnfcalloc(sizeof(ClockRange), 1);
clockRanges->next = NULL;
clockRanges->minClock = 20000;