pkgsrc-wip/modular-xorg-server/patches/patch-ar
Blair Sadewitz 51079abb9e Disable HAL, Xnest, Xvfb by default, add patches from GIT, add a MesaLib
patch from GIT, switch to using DRI_MODULE_DIR (comments on this?), bump rev.
2007-08-07 03:56:40 +00:00

21 lines
503 B
Text

$NetBSD: patch-ar,v 1.1 2007/08/07 03:56:41 bsadewitz Exp $
--- fb/fb.h.orig 2007-07-07 07:37:29.000000000 -0400
+++ fb/fb.h
@@ -26,7 +26,7 @@
#define _FB_H_
#include <X11/X.h>
-#include <pixman/pixman.h>
+#include <pixman.h>
#include "scrnintstr.h"
#include "pixmap.h"
@@ -2117,6 +2117,7 @@ fbPaintWindow(WindowPtr pWin, RegionPtr
pixman_image_t *image_from_pict (PicturePtr pict,
Bool has_clip);
+void free_pixman_pict (PicturePtr, pixman_image_t *);
#endif /* _FB_H_ */