diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-02-25 21:03:13 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-02-25 21:03:13 -0500 |
commit | 433c8617341f5768255826435a2b09afba684f02 (patch) | |
tree | 584ab6b5242e009e1c867bd5d8d290890ee38bed /src/radeon.h | |
parent | f3e20b01c77f02bdf3483ceee27a1f00d240c33d (diff) |
update ZaphodHeads option
Now that the screen section mapping is fixed,
Make the option per-instance and allow multiple
outputs to be specified; e.g., DVI-0 and HDMI-0
associated with instance 0 and LVDS and VGA-0
associated with instance 1.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon.h b/src/radeon.h index c0b5d7aa..56695f91 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -1231,8 +1231,7 @@ extern void RADEONInitMemMapRegisters(ScrnInfoPtr pScrn, RADEONSavePtr save, extern void RADEONRestoreMemMapRegisters(ScrnInfoPtr pScrn, RADEONSavePtr restore); extern Bool -RADEONZaphodStringMatches(ScrnInfoPtr pScrn, Bool is_primary, - const char *s, char *output_name); +RADEONZaphodStringMatches(ScrnInfoPtr pScrn, const char *s, char *output_name); Bool RADEONGetRec(ScrnInfoPtr pScrn); void RADEONFreeRec(ScrnInfoPtr pScrn); |