summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-29 21:12:47 +0000
committerDana Jansens <danakj@orodu.net>2003-03-29 21:12:47 +0000
commit4d5885d271d4943636e7e775492e8f4bd7fe8a84 (patch)
treea548aa57166bc0e049be96c5889ea8b98ad321e3 /render/render.h
parent2b4ab6753cf76f735f211b42e688a5e60d65b6f3 (diff)
add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h
index d5f5f8bc..35522110 100644
--- a/render/render.h
+++ b/render/render.h
@@ -100,6 +100,7 @@ typedef struct TextureText {
typedef struct {
Pixmap mask;
guint w, h;
+ char *data;
} pixmap_mask;
typedef struct TextureMask {