[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara
caolanm at redhat.com
Wed Nov 25 02:05:39 PST 2015
vcl/unx/generic/gdi/x11cairotextrender.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5470a365f25e5052b4dd74f76aa2196f0d70934b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Nov 25 10:04:37 2015 +0000
XRegion has to match the "real" XRegion structure, even if we don't use
some of the fields
regression from
commit dd351dd728687cffe432ce0ec9367ceb80e097fb
Author: Noel Grandin <noel at peralex.com>
Date: Tue Nov 24 08:50:39 2015 +0200
loplugin:unusedfields in vcl/
Change-Id: If68bf1e0ce90ee3c513f5461d5acd7a32e238d7b
diff --git a/vcl/unx/generic/gdi/x11cairotextrender.cxx b/vcl/unx/generic/gdi/x11cairotextrender.cxx
index bbdda88..8734526 100644
--- a/vcl/unx/generic/gdi/x11cairotextrender.cxx
+++ b/vcl/unx/generic/gdi/x11cairotextrender.cxx
@@ -36,6 +36,7 @@ struct BOX
};
struct _XRegion
{
+ long size;
long numRects;
BOX *rects;
BOX extents;
More information about the Libreoffice-commits
mailing list