diff options
Diffstat (limited to 'fb/fb.h')
-rw-r--r-- | fb/fb.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,8 @@ #define _FB_H_ #include <X11/X.h> +#include <pixman/pixman.h> + #include "scrnintstr.h" #include "pixmap.h" #include "pixmapstr.h" @@ -2147,4 +2149,8 @@ void fbPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what); +pixman_image_t *image_from_pict (PicturePtr pict, + Bool has_clip); + #endif /* _FB_H_ */ + |