[gthumb/gthumb-3-2] mark the cairo surface as dirty after changing it



commit f9cdb9444d145ee1d5a46404bad3ca566130e2cf
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jun 28 16:13:24 2013 +0200

    mark the cairo surface as dirty after changing it

 gthumb/cairo-utils.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/cairo-utils.c b/gthumb/cairo-utils.c
index e900de0..5d73e6b 100644
--- a/gthumb/cairo-utils.c
+++ b/gthumb/cairo-utils.c
@@ -571,6 +571,8 @@ _cairo_image_surface_color_shift (cairo_surface_t *image,
                dest_row += dest_stride;
        }
 
+       cairo_surface_mark_dirty (shifted);
+
        return shifted;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]