[Xorg] a render patch
Matthieu Herrb
matthieu.herrb at laas.fr
Mon Jul 26 14:27:29 PDT 2004
Hi,
while reviewing the stuff I commited to OpenBSD's X tree since XFree86
4.4.0, I found this fix to render from Alan Houriane:
--- render.c 30 Jun 2004 20:06:56 -0000 1.3
+++ render.c 26 Jul 2004 21:20:09 -0000
@@ -1510,7 +1510,7 @@
}
pPicture = CreatePicture (0, &pPixmap->drawable, pFormat, 0, 0,
client, &error);
- if (!pPicture);
+ if (!pPicture)
{
xfree (argbbits);
xfree (srcbits);
This looks obviously correct to me, but a little review from Keith or
someone else who knows render internals better than me wouldn't hurt.
--
Matthieu
More information about the xorg
mailing list