From 0afd2d366de6470b72f0d305643be9afd8cc461d Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 16 Apr 2010 09:32:42 +0000 Subject: git update 16/4/2010 --- xorg-server/hw/xquartz/GL/indirect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xquartz/GL') diff --git a/xorg-server/hw/xquartz/GL/indirect.c b/xorg-server/hw/xquartz/GL/indirect.c index f2af3ffb6..70558ed20 100644 --- a/xorg-server/hw/xquartz/GL/indirect.c +++ b/xorg-server/hw/xquartz/GL/indirect.c @@ -548,7 +548,7 @@ static CGLPixelFormatObj makeFormat(__GLXconfig *conf) { attr[i++] = conf->samples; } - attr[i + 1] = 0; + attr[i] = 0; error = CGLChoosePixelFormat(attr, &fobj, &formats); if(error) { -- cgit v1.2.3