diff options
author | Alex Deucher <agd5f@yahoo.com> | 2006-04-01 23:02:40 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2006-04-01 23:02:40 +0000 |
commit | f1ce6170ef21e1f9769337c3138cd8d65c33e40a (patch) | |
tree | bd8be17defe5bb11646db46b5f3eb4b43ca3832e /src/radeon.h | |
parent | 607f18cfbfc2a7b5509f8b567bf510fce31b361e (diff) |
- Fix dpi when switching from clone to dualhead with MergedFB.
- Add ConstantDPI option to force a particlar dpi across mode changes Both
based on Thomas Winischhofer's sis code.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index ab82081f..acf253c7 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -708,6 +708,11 @@ typedef struct { Bool NonRect, HaveNonRect, HaveOffsRegions, MouseRestrictions; region NonRectDead, OffDead1, OffDead2; + int constantDPI; /* -1 = auto, 0 = off, 1 = on */ + int RADEONDPIVX, RADEONDPIVY; + RADEONScrn2Rel MergedDPISRel; + int RADEONMergedDPIVX, RADEONMergedDPIVY, RADEONMergedDPIRot; + /* special handlings for DELL triple-head server */ Bool IsDellServer; |