include Xlib.h for Pixmap

This commit is contained in:
Dana Jansens 2003-03-17 00:38:15 +00:00
parent 5f5b45a920
commit 05145e157f

View file

@ -1,6 +1,8 @@
#ifndef __mask_h
#define __mask_h
#include <X11/Xlib.h>
typedef struct {
Pixmap mask;
guint w, h;