X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fimpress%2Fr_gradient.c;h=79636fe2f50c09d19484fa37aa14c412816258a6;hb=c24535f0f7164b69d309eb62c36b020568c7e4bd;hp=f6b9af2f8c16d6ed738f1e51bf9a83cde09b47f6;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/impress/r_gradient.c b/backend/impress/r_gradient.c index f6b9af2f..79636fe2 100644 --- a/backend/impress/r_gradient.c +++ b/backend/impress/r_gradient.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" #include @@ -380,7 +381,7 @@ r_draw_gradient (ImpRenderCtx *ctx, void *drw_data, iks *node) else r_draw_gradient_complex (ctx, drw_data, &grad); -// gdk_gc_unref (ctx->gc); +// g_object_unref (ctx->gc); // ctx->gc = gc; } }