Revert "Reserve space for two GC values in copy_drawable()."

This reverts commit 08df24555c.

Signed-off-by: Keith Packard <keithp@keithp.com>
Acked-by: Soeren Sandmann <sandmann@daimi.au.dk>
This commit is contained in:
Keith Packard 2009-12-01 11:04:49 -08:00
parent 0816c5482c
commit 8e640d6b13
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ copy_drawable (DrawablePtr pDraw)
PixmapPtr pPixmap;
GCPtr pGC;
int width, height;
ChangeGCVal gcv[2];
ChangeGCVal gcv[1];
width = pDraw->width;
height = pDraw->height;