From 01dc1ff4354b10c264c490c43256e9153ee0b15c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 13 Aug 2010 08:41:44 +0000 Subject: Turn on knockout rendering. svn path=/trunk/netsurf/; revision=10691 --- beos/beos_plotters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos') diff --git a/beos/beos_plotters.cpp b/beos/beos_plotters.cpp index 25e067d87..fac5ad249 100644 --- a/beos/beos_plotters.cpp +++ b/beos/beos_plotters.cpp @@ -103,7 +103,7 @@ const struct plotter_table nsbeos_plotters = { NULL, // Group Start NULL, // Group End NULL, // Flush - false // option_knockout + true // option_knockout }; -- cgit v1.2.3