diff options
author | marha <marha@users.sourceforge.net> | 2010-09-15 20:04:49 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-15 20:04:49 +0000 |
commit | 07a442a9655bed6389f834ff04b4b491f5ff3b4c (patch) | |
tree | f92fda858feb5f7a41304a99b3c91445c4b673af /libX11/include/X11 | |
parent | 3815190d52f8ae453c2458335394eb5b18ab9bf5 (diff) | |
download | vcxsrv-07a442a9655bed6389f834ff04b4b491f5ff3b4c.tar.gz vcxsrv-07a442a9655bed6389f834ff04b4b491f5ff3b4c.tar.bz2 vcxsrv-07a442a9655bed6389f834ff04b4b491f5ff3b4c.zip |
libx11 git update 15/9/2010
Diffstat (limited to 'libX11/include/X11')
-rw-r--r-- | libX11/include/X11/Xlibint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/include/X11/Xlibint.h b/libX11/include/X11/Xlibint.h index ef2ccd109..8a06f6d6a 100644 --- a/libX11/include/X11/Xlibint.h +++ b/libX11/include/X11/Xlibint.h @@ -626,7 +626,7 @@ extern void _XFlushGCCache(Display *dpy, GC gc); if (dpy->bufptr + (n) > dpy->bufmax) \
_XFlush (dpy); \
ptr = (type) dpy->bufptr; \
- (void)ptr; \
+ memset(ptr, '\0', n); \
dpy->bufptr += (n);
#ifdef WORD64
|