]> code.delx.au - gnu-emacs/blobdiff - src/dispextern.h
Merge branch 'master' into cairo
[gnu-emacs] / src / dispextern.h
index 329572eda229caf5e839f1d6c8051cb99447a6b3..addb43275bcc8231ce35362c76d3e3f8978a2534 100644 (file)
@@ -2941,6 +2941,9 @@ struct image
   /* Pixmaps of the image.  */
   Pixmap pixmap, mask;
 
+#ifdef USE_CAIRO
+  void *cr_data;
+#endif
 #ifdef HAVE_X_WINDOWS
   /* X images of the image, corresponding to the above Pixmaps.
      Non-NULL means it and its Pixmap counterpart may be out of sync
@@ -3302,6 +3305,9 @@ bool update_window_fringes (struct window *, bool);
 void w32_init_fringe (struct redisplay_interface *);
 void w32_reset_fringes (void);
 #endif
+#ifdef USE_CAIRO
+void x_cr_init_fringe (struct redisplay_interface *);
+#endif
 
 extern unsigned row_hash (struct glyph_row *);