mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 02:30:08 +01:00
Reserve space for two GC values in copy_drawable().
Pointed out by Pierre Willenbrock.
This commit is contained in:
parent
3c53f32413
commit
08df24555c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue