diff options
author | Bogdan Diaconescu <b_diaconescu@yahoo.com> | 2005-04-17 23:26:36 +0000 |
---|---|---|
committer | Bogdan Diaconescu <b_diaconescu@yahoo.com> | 2005-04-17 23:26:36 +0000 |
commit | 2b363e02c7c122f07e6fc406fb8ee52d97b55cad (patch) | |
tree | e200369b967480bd5b70c014fc68f86e7c55eef4 /src/radeon.h | |
parent | 6286efeba564c63ec198c091e4bba22027586901 (diff) |
Added new options for the ATI driver: RageTheatreMicrocPath and
RageTheatreMicrocType
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index eb4cacf..2098a79 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -579,6 +579,8 @@ typedef struct { int RageTheatreCompositePort; int RageTheatreSVideoPort; int tunerType; + char* RageTheatreMicrocPath; + char* RageTheatreMicrocType; Bool MM_TABLE_valid; struct { CARD8 table_revision; |