aboutsummaryrefslogtreecommitdiff
path: root/generic/Text.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Text.c')
-rw-r--r--generic/Text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Text.c b/generic/Text.c
index b1725cc..b544149 100644
--- a/generic/Text.c
+++ b/generic/Text.c
@@ -993,7 +993,7 @@ Draw(ZnItem item)
gc_mask = GCFont | GCForeground;
if (text->fill_pattern != ZnUnspecifiedImage) {
values.fill_style = FillStippled;
- values.stipple = ZnImagePixmap(text->fill_pattern);
+ values.stipple = ZnImagePixmap(text->fill_pattern, wi->win);
gc_mask |= GCFillStyle | GCStipple;
}
else {