summaryrefslogtreecommitdiffstats
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-21 17:42:26 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-22 15:08:43 +0200
commit918886e43d3579f1b24375c15c6e911aaf8dc8eb (patch)
treefe24d818fc747e3ad89808d6cd92d38675e466d5 /include/vcl/outdev.hxx
parentrendercontext: Draw toolbox separators via the rendercontext. (diff)
downloadcore-918886e43d3579f1b24375c15c6e911aaf8dc8eb.tar.gz
core-918886e43d3579f1b24375c15c6e911aaf8dc8eb.zip
rendercontext: Position the double-buffered subwidgets correctly.
Change-Id: I707ff09ac2b7b610f0f13440a215abf083f9815d
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 27cee53d4c00..b00f2d316d28 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -314,6 +314,7 @@ namespace vcl {
class VCL_DLLPUBLIC OutputDevice
{
+ friend class PaintHelper;
friend class Printer;
friend class VirtualDevice;
friend class vcl::Window;