summaryrefslogtreecommitdiff
path: root/common/pictureutil.h
blob: 872c783c9b3a928ad2654dcd3eda8c9d5e4471ee (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PICTUREUTIL_H
#define PICTUREUTIL_H

#include "picture.h"

char *picture_desc(PicturePtr pict, char *str, size_t n);
Bool picture_is_solid(PicturePtr pict, CARD32 *colour);

Bool transform_is_integer_translation(PictTransformPtr t, int *tx, int *ty);

#endif