From cf4294d3a85518a6502ce63a58c0b05d5baab949 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 1 Jul 2006 18:16:05 +0000 Subject: 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 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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/ -- cgit v1.2.3