all repos — openbox @ 05145e157f0ea31eeab89cda3b1fb44234402a12

openbox fork - make it a bit more like ryudo

include Xlib.h for Pixmap
Dana Jansens danakj@orodu.net
commit

05145e157f0ea31eeab89cda3b1fb44234402a12

parent

5f5b45a92035e6ab8350ba133984034983622de7

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M render/mask.hrender/mask.h

@@ -1,6 +1,8 @@

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