projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
include Xlib.h for Pixmap
[mikachu/openbox.git]
/
render
/
mask.h
1
#ifndef __mask_h
2
#define __mask_h
3
4
#include <X11/Xlib.h>
5
6
typedef struct {
7
Pixmap mask;
8
guint w, h;
9
} pixmap_mask;
10
11
#endif