summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h
index 2a45451c..54f42461 100644
--- a/render/render.h
+++ b/render/render.h
@@ -6,7 +6,6 @@
#include <X11/Xft/Xft.h>
#include <glib.h>
#include "color.h"
-#include "mask.h"
#ifdef HAVE_STDINT_H
# include <stdint.h>
@@ -111,6 +110,11 @@ typedef struct TextureText {
char *string;
} TextureText;
+typedef struct {
+ Pixmap mask;
+ guint w, h;
+} pixmap_mask;
+
typedef struct TextureMask {
color_rgb *color;
pixmap_mask *mask;