summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-11-02 16:03:00 -0500
committerAdam Jackson <ajax@redhat.com>2009-11-02 16:03:49 -0500
commit8a4f000f22bbec70193415372cfb478d6e2164d8 (patch)
tree19ce701e6a7f760a8e658b980196f2ad7ac49ba9
parent52f40e7569bbcc9bce8f5d885b0de2868398e8df (diff)
Change clockRange to ClockRange, not ClockRanges
ClockRanges is a silly type and I want rid of it, and the one extra field it provides that's not in ClockRange, we're not using. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/smi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi.h b/src/smi.h
index e682dfa..0f72db9 100644
--- a/src/smi.h
+++ b/src/smi.h
@@ -147,7 +147,7 @@ typedef struct
int Bpp; /* Bytes per pixel */
int MCLK; /* Memory Clock */
int MXCLK; /* MSOC Clock for local sdram */
- ClockRanges clockRange; /* Allowed pixel clock range */
+ ClockRange clockRange; /* Allowed pixel clock range */
CloseScreenProcPtr CloseScreen; /* Pointer used to save wrapped
CloseScreen function */