diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-02-26 04:56:21 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-26 05:01:59 +0100 |
commit | 2853ab292345ef5d1c690289f9d55a0ccdf32450 (patch) | |
tree | a5d129a0d4ab8d971a532fc9544bfe2b0866737c /nx-X11/programs/Xserver/dix/pixmap.c | |
parent | 50a33794069fd22e615f6208cd4c82a64452b485 (diff) | |
download | nx-libs-2853ab292345ef5d1c690289f9d55a0ccdf32450.tar.gz nx-libs-2853ab292345ef5d1c690289f9d55a0ccdf32450.tar.bz2 nx-libs-2853ab292345ef5d1c690289f9d55a0ccdf32450.zip |
Lift dix to xorg-xserver-7.1/1.1.0 state - non-functional changes only
Diffstat (limited to 'nx-X11/programs/Xserver/dix/pixmap.c')
-rw-r--r-- | nx-X11/programs/Xserver/dix/pixmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/dix/pixmap.c b/nx-X11/programs/Xserver/dix/pixmap.c index f13473498..247fa34ab 100644 --- a/nx-X11/programs/Xserver/dix/pixmap.c +++ b/nx-X11/programs/Xserver/dix/pixmap.c @@ -124,6 +124,7 @@ AllocatePixmap(ScreenPtr pScreen, int pixDataSize) * is a quick workaround intended to fix a problem reported * by Valgrind due to fbBlt() writing just after the end of * the pixmap buffer. This may be a RENDER bug. + * This is not included in xorg upstream! */ pPixmap = (PixmapPtr)calloc(1, pScreen->totalPixmapSize + pixDataSize + 4); |