diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-03-03 16:27:37 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-03-03 16:27:37 +0000 |
commit | ab4c2f3bf4b26fdd597ea7b7a726ae77778617b2 (patch) | |
tree | 4317142f872bffbc8d2e57018be122383456b056 /src/i830.h | |
parent | be6216cd8c6a47dd053240f7a5d1445b61f79038 (diff) |
Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0
right one.
Bump the Xvideo resolution support from 1920x1080 to 1920x1088.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -221,6 +221,7 @@ typedef struct _I830Rec { #endif unsigned int LinearAlloc; + XF86ModReqInfo shadowReq; /* to test for later libshadow */ I830MemRange RotatedMem; I830MemRange RotatedMem2; Rotation rotation; |