summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-11-10 21:24:13 +0000
committerMichael Meeks <michael.meeks@collabora.com>2014-11-10 21:25:04 +0000
commit290943d20551a8504efe10f6f954aa16995bf95a (patch)
treee70c5908776e5f1509a3c64f988efc8d0e4dfdd8 /vcl/workben
parentcee950b53bc8e0e2d8d494376c9f1331f8ce8e45 (diff)
vcl: opengl - alpha masks are unexpectedly inverted.
Change-Id: I5ebcd47e10df671bc60492bc80fc26a60f07306d
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/vcldemo.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 1142e370064d..cd3e32e56fdd 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -27,7 +27,6 @@
#if 0
# define FIXME_SELF_INTERSECTING_WORKING
-# define FIXME_DRAW_BITMAPEX
#endif
using namespace css;
@@ -273,11 +272,7 @@ public:
for (size_t i = 0; i < maIcons.size(); i++)
{
Size aSize(maIcons[i].GetSizePixel());
-#ifdef FIXME_DRAW_BITMAPEX
rDev.DrawBitmapEx(p.TopLeft(), maIcons[i]);
-#else
- rDev.DrawBitmap(p.TopLeft(), maIcons[i].GetBitmap());
-#endif
p.Move(aSize.Width(), 0);
if (p.Left() >= r.Right())
break;