From d956a6f14c0097f7491c8464597fcf69a761ef9f Mon Sep 17 00:00:00 2001 From: glenlow Date: Wed, 18 Feb 2009 13:36:50 +0000 Subject: [PATCH] begin_label + end_label around each textpara rendering for future labeling support --- plugin/gdiplus/gvrender_gdiplus.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/gdiplus/gvrender_gdiplus.cpp b/plugin/gdiplus/gvrender_gdiplus.cpp index 3fcc7ed18..a8bedae89 100755 --- a/plugin/gdiplus/gvrender_gdiplus.cpp +++ b/plugin/gdiplus/gvrender_gdiplus.cpp @@ -319,6 +319,8 @@ static gvrender_engine_t gdiplusgen_engine = { 0, /* gdiplusgen_end_edge */ 0, /* gdiplusgen_begin_anchor */ 0, /* gdiplusgen_end_anchor */ + 0, /* gdiplusgen_begin_label */ + 0, /* gdiplusgen_end_label */ gdiplusgen_textpara, 0, gdiplusgen_ellipse, -- 2.40.0