aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index ce1443c381c..2bd2c0105f6 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -130,7 +130,7 @@ struct xim_inst_t
130struct x_bitmap_record 130struct x_bitmap_record
131{ 131{
132#ifdef USE_CAIRO 132#ifdef USE_CAIRO
133 void *img; 133 cairo_pattern_t *stipple;
134#endif 134#endif
135 Pixmap pixmap; 135 Pixmap pixmap;
136 bool have_mask; 136 bool have_mask;
@@ -151,6 +151,8 @@ struct x_gc_ext_data
151 /* Clipping rectangles. */ 151 /* Clipping rectangles. */
152 XRectangle clip_rects[MAX_CLIP_RECTS]; 152 XRectangle clip_rects[MAX_CLIP_RECTS];
153}; 153};
154
155extern cairo_pattern_t *x_bitmap_stipple (struct frame *, Pixmap);
154#endif 156#endif
155 157
156 158