mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
fbFillRegionTiled() is now dead code.
Only ever called from the old PaintWindow* screen hooks, but those are gone now. As a pleasant side effect, fb loses its #ifdef PANORAMIX.
This commit is contained in:
parent
ee21aba6be
commit
24bebdded4
4 changed files with 0 additions and 83 deletions
5
fb/fb.h
5
fb/fb.h
|
|
@ -2087,11 +2087,6 @@ fbFillRegionSolid (DrawablePtr pDrawable,
|
|||
FbBits and,
|
||||
FbBits xor);
|
||||
|
||||
void
|
||||
fbFillRegionTiled (DrawablePtr pDrawable,
|
||||
RegionPtr pRegion,
|
||||
PixmapPtr pTile);
|
||||
|
||||
pixman_image_t *image_from_pict (PicturePtr pict,
|
||||
Bool has_clip);
|
||||
void free_pixman_pict (PicturePtr, pixman_image_t *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue