mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user