summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-08-13 08:41:44 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-08-13 08:41:44 +0000
commit01dc1ff4354b10c264c490c43256e9153ee0b15c (patch)
tree80ddc3cdae7ab8f574917cc5f9edddfab157fcde
parent2bd5c7a04ae045777b89672de8ae0820546b7104 (diff)
downloadnetsurf-01dc1ff4354b10c264c490c43256e9153ee0b15c.tar.gz
netsurf-01dc1ff4354b10c264c490c43256e9153ee0b15c.tar.bz2
Turn on knockout rendering.
svn path=/trunk/netsurf/; revision=10691
-rw-r--r--beos/beos_plotters.cpp2
1 files changed, 1 insertions, 1 deletions
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
};