summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-01 18:16:05 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-01 18:16:05 +0000
commitcf4294d3a85518a6502ce63a58c0b05d5baab949 (patch)
tree86af17af135871cee20434cad3fbfecca9a7f310 /makefile
parentf22838ab626bed6948b18bd6eeb28c8bdf210057 (diff)
downloadnetsurf-cf4294d3a85518a6502ce63a58c0b05d5baab949.tar.gz
netsurf-cf4294d3a85518a6502ce63a58c0b05d5baab949.tar.bz2
Implement knockout rendering (controlled by 'knockout_rendering' option or Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages.
svn path=/trunk/netsurf/; revision=2682
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c8aeb21e5..05619b9d9 100644
--- a/makefile
+++ b/makefile
@@ -24,7 +24,7 @@ OBJECTS_COMMON += box.o box_construct.o box_normalise.o form.o \
table.o textplain.o # render/
OBJECTS_COMMON += filename.o messages.o talloc.o url.o utf8.o \
utils.o # utils/
-OBJECTS_COMMON += options.o tree.o # desktop/
+OBJECTS_COMMON += knockout.o options.o tree.o # desktop/
OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o ico.o jpeg.o \
mng.o # image/