summaryrefslogtreecommitdiff
path: root/render/mask.h
blob: 90a622b3fe39353292680e4230e5e3f19391f190 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __mask_h
#define __mask_h

#include <X11/Xlib.h>

typedef struct {
  Pixmap mask;
  guint w, h;
} pixmap_mask;

#endif