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_video.c | |
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_video.c')
-rw-r--r-- | src/i830_video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 28e95be9..b655280d 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -118,9 +118,9 @@ static Atom xvBrightness, xvContrast, xvColorKey, xvPipe, xvDoubleBuffer; static Atom xvGamma0, xvGamma1, xvGamma2, xvGamma3, xvGamma4, xvGamma5; #define IMAGE_MAX_WIDTH 1920 -#define IMAGE_MAX_HEIGHT 1080 +#define IMAGE_MAX_HEIGHT 1088 #define IMAGE_MAX_WIDTH_LEGACY 1024 -#define IMAGE_MAX_HEIGHT_LEGACY 1080 +#define IMAGE_MAX_HEIGHT_LEGACY 1088 #if !VIDEO_DEBUG #define ErrorF Edummy |