Revert "do not draw text with cairo directly on xlib pixmap (workaround for intel graphics bug, see emacs implementation) (issue #731, issue #732)"

This reverts commit e1211a929f.
This commit is contained in:
Chris Lee
2019-03-09 12:23:20 +01:00
parent 2f372364f0
commit bff1a337f3
3 changed files with 2 additions and 20 deletions

View File

@@ -154,8 +154,6 @@ void get_image_mean_color(const Imlib_Image image, Color *mean_color);
void dump_image_data(const char *file_name, const char *name);
void draw_cairo_surface_to_xpixmap(cairo_surface_t *cs, Pixmap pix);
#define free_and_null(p) \
{ \
free(p); \