summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2006-03-03 16:27:37 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2006-03-03 16:27:37 +0000
commitab4c2f3bf4b26fdd597ea7b7a726ae77778617b2 (patch)
tree4317142f872bffbc8d2e57018be122383456b056 /src/i830.h
parentbe6216cd8c6a47dd053240f7a5d1445b61f79038 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index 11695a20..660cba60 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -221,6 +221,7 @@ typedef struct _I830Rec {
#endif
unsigned int LinearAlloc;
+ XF86ModReqInfo shadowReq; /* to test for later libshadow */
I830MemRange RotatedMem;
I830MemRange RotatedMem2;
Rotation rotation;