summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-06-01 22:16:37 +0200
committerJan Holesovsky <kendy@suse.cz>2012-06-01 22:26:50 +0200
commitac25f124858b79e302adcc533d6a658d5c529394 (patch)
treea6c1a1bff7b4999dfa7b61a7b9276198f67387ea /vcl/inc/generic
parentba1951f3d0ab18f38d71896480bf62312895327d (diff)
Return correct bounding box of glyphs on Linux, we forgot to rotate it.
This makes the behavior consistent with what happens on Windows. Change-Id: Ifb04d4a8e485182c5ef2771025b06832bfd75ae0
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r--vcl/inc/generic/glyphcache.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 1ab2a74eda45..4b3286f4b530 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -234,6 +234,7 @@ public:
private:
friend class GlyphCache;
friend class ServerFontLayout;
+ friend class X11SalGraphics;
void AddRef() const { ++mnRefCount; }
long GetRefCount() const { return mnRefCount; }