diff options
author | Dave Airlie <airlied@redhat.com> | 2007-12-07 14:45:04 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-12-07 14:45:04 +1000 |
commit | 0dcd926d3092100854b3e362d6659d4950508aeb (patch) | |
tree | 69f61a581747ead9d8cdf47f82d0a89f6523702f /src/radeon_probe.h | |
parent | bb5ede557bf32a42eef158ff0fbcfe1c6ede098a (diff) |
radeon: bring back zaphod all is forgiven.
You've whined, you've cried, you've nagged, and you're guilt trippin has
made me do it... It actually wasn't as hard as I thought it would be.
Still not perfect, couple of things to fix yet
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index cdefdf55..d1096fb9 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -413,6 +413,9 @@ typedef struct xf86CrtcPtr pCrtc[RADEON_MAX_CRTC]; RADEONCrtcPrivatePtr Controller[RADEON_MAX_CRTC]; + ScrnInfoPtr pSecondaryScrn; + ScrnInfoPtr pPrimaryScrn; + RADEONSaveRec ModeReg; /* Current mode */ RADEONSaveRec SavedReg; /* Original (text) mode */ |