mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
Reserve space for two GC values in copy_drawable().
Pointed out by Pierre Willenbrock.
This commit is contained in:
@@ -275,7 +275,7 @@ copy_drawable (DrawablePtr pDraw)
|
||||
PixmapPtr pPixmap;
|
||||
GCPtr pGC;
|
||||
int width, height;
|
||||
ChangeGCVal gcv[1];
|
||||
ChangeGCVal gcv[2];
|
||||
|
||||
width = pDraw->width;
|
||||
height = pDraw->height;
|
||||
|
||||
Reference in New Issue
Block a user