aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc9ffa8fea7..6afc05e0d9c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,10 @@
12015-04-12 Jan Djärv <jan.h.d@swipnet.se> 12015-04-12 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xterm.c (x_draw_image_glyph_string): Added missing USE_CAIRO. 3 * xterm.c (x_draw_image_glyph_string): Added missing USE_CAIRO.
4 (x_free_cr_resources): Renamed from x_prepare_for_xlibdraw.
5 (x_cr_draw_frame, x_cr_export_frames, x_shift_glyphs_for_insert)
6 (x_free_frame_resources): Rename x_prepare_for_xlibdraw to
7 x_free_cr_resources.
4 8
5 * image.c (get_spec_bg_or_alpha_as_argb) 9 * image.c (get_spec_bg_or_alpha_as_argb)
6 (create_cairo_image_surface): New functions when USE_CAIRO. 10 (create_cairo_image_surface): New functions when USE_CAIRO.