include Xlib.h for Pixmap
This commit is contained in:
parent
5f5b45a920
commit
05145e157f
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef __mask_h
|
||||
#define __mask_h
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
typedef struct {
|
||||
Pixmap mask;
|
||||
guint w, h;
|
||||
|
|
Loading…
Reference in a new issue