pkgsrc/x11/modular-xorg-xquartz/patches/patch-fb_fbscreen.c
tnn ce200f8748 Import modular-xorg-xquartz-1.17.2 as x11/modular-xorg-xquartz.
The XQuartz project is an open-source effort to develop a version of
the X.Org X Window System that runs on OS X. Together with supporting
libraries and applications, it forms the X11.app that Apple has shipped
with OS X since version 10.5.
2015-10-01 12:55:09 +00:00

14 lines
451 B
C

$NetBSD: patch-fb_fbscreen.c,v 1.1 2015/10/01 12:55:09 tnn Exp $
http://cgit.freedesktop.org/~jeremyhu/xserver/log/?h=server-1.17-apple
--- fb/fbscreen.c.orig 2014-10-23 22:11:20.000000000 +0000
+++ fb/fbscreen.c
@@ -32,7 +32,6 @@ fbCloseScreen(ScreenPtr pScreen)
int d;
DepthPtr depths = pScreen->allowedDepths;
- fbDestroyGlyphCache();
for (d = 0; d < pScreen->numDepths; d++)
free(depths[d].vids);
free(depths);