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

#include <X11/Xlib.h>
#include <glib.h>

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

#endif