From 92e4deb50e049cc83cbde4995ba0b901feceb15a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 30 May 2007 11:49:07 -0600 Subject: Extend XV_PIPE range to include new -1 value --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3