summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/gdi/gdiimpl.hxx
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-20 22:07:12 -0500
committerJan Holesovsky <kendy@collabora.com>2014-11-22 20:14:18 +0100
commit3149cc341b1866d215110f0783227549a99b5920 (patch)
treeb10eeed74465b637e714483f0b4bd519bbe00526 /vcl/unx/generic/gdi/gdiimpl.hxx
parentvcl: Correctly set the values for the GL scissor test when clipping (diff)
downloadcore-3149cc341b1866d215110f0783227549a99b5920.tar.gz
core-3149cc341b1866d215110f0783227549a99b5920.zip
vcl: Draw native widgets twice on black/white background to synthesize alpha
Change-Id: Ic4c073360070a559855732d2de41ae9085d7d51b
Diffstat (limited to 'vcl/unx/generic/gdi/gdiimpl.hxx')
-rw-r--r--vcl/unx/generic/gdi/gdiimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx
index 20c995fa6a7e..675e2cdaed73 100644
--- a/vcl/unx/generic/gdi/gdiimpl.hxx
+++ b/vcl/unx/generic/gdi/gdiimpl.hxx
@@ -287,7 +287,7 @@ public:
void Init() SAL_OVERRIDE;
bool FillPixmapFromScreen( X11Pixmap* pPixmap, int nX, int nY ) SAL_OVERRIDE;
- bool RenderPixmapToScreen( X11Pixmap* pPixmap, int nX, int nY ) SAL_OVERRIDE;
+ bool RenderPixmapToScreen( X11Pixmap* pPixmap, X11Pixmap* pMask, int nX, int nY ) SAL_OVERRIDE;
};
#endif