all repos — openbox @ 14f17c96d069f08f73094e66692d57aeffa69f6b

openbox fork - make it a bit more like ryudo

add glib.h for guint
Dana Jansens danakj@orodu.net
commit

14f17c96d069f08f73094e66692d57aeffa69f6b

parent

05145e157f0ea31eeab89cda3b1fb44234402a12

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

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

@@ -2,6 +2,7 @@ #ifndef __mask_h

#define __mask_h #include <X11/Xlib.h> +#include <glib.h> typedef struct { Pixmap mask;