21 lines
503 B
Text
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_ */
|
|
|