summaryrefslogtreecommitdiff
path: root/beos/beos_plotters.cpp
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-10-01 21:04:32 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-10-01 21:04:32 +0000
commitd4c4800fec9608b982182398af6ac33a2e33aeae (patch)
tree6d6fa9c088d722af28c26580d1c1399e22f10509 /beos/beos_plotters.cpp
parentdcb33e9835cc9a3dba2049e6913e10e6b524d70f (diff)
downloadnetsurf-d4c4800fec9608b982182398af6ac33a2e33aeae.tar.gz
netsurf-d4c4800fec9608b982182398af6ac33a2e33aeae.tar.bz2
- iMissing knockout option to false
- Use Begin/EndViewTransaction() though it doesn't seem to help much reduce flicker - some fiddling with bitmaps svn path=/trunk/netsurf/; revision=5466
Diffstat (limited to 'beos/beos_plotters.cpp')
-rw-r--r--beos/beos_plotters.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/beos/beos_plotters.cpp b/beos/beos_plotters.cpp
index 8628fcb46..dfcfc71d7 100644
--- a/beos/beos_plotters.cpp
+++ b/beos/beos_plotters.cpp
@@ -106,7 +106,8 @@ const struct plotter_table nsbeos_plotters = {
NULL,
NULL,
NULL,
- nsbeos_plot_path
+ nsbeos_plot_path,
+ false // option_knockout
};