diff options
author | Adam Jackson <ajax@redhat.com> | 2009-11-02 16:03:00 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-11-02 16:03:49 -0500 |
commit | 8a4f000f22bbec70193415372cfb478d6e2164d8 (patch) | |
tree | 19ce701e6a7f760a8e658b980196f2ad7ac49ba9 /src | |
parent | 52f40e7569bbcc9bce8f5d885b0de2868398e8df (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/smi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |