diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-05-30 11:49:07 -0600 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-05-30 11:49:07 -0600 |
commit | 92e4deb50e049cc83cbde4995ba0b901feceb15a (patch) | |
tree | da2377cd2305431511b28b0041456f473c9c2cd7 /src/i830_video.c | |
parent | 888a4a5f469bf955e3ee3e184b628808ae8a4498 (diff) |
Extend XV_PIPE range to include new -1 value
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 4517975c..155bcc1f 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -229,7 +229,7 @@ static XF86VideoFormatRec Formats[NUM_FORMATS] = { #define CLONE_ATTRIBUTES 1 static XF86AttributeRec CloneAttributes[CLONE_ATTRIBUTES] = { - {XvSettable | XvGettable, 0, 1, "XV_PIPE"} + {XvSettable | XvGettable, -1, 1, "XV_PIPE"} }; #define NUM_ATTRIBUTES 5 |