From d18f4397c7906880facdf7dc533d663e086771e6 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 19 Jul 2004 23:35:12 +0000 Subject: [project @ 2004-07-19 23:35:12 by rjw] Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 10cf54482..b8447db69 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ OBJECTS_COMMON += imagemap.o loginlist.o options.o # desktop/ OBJECTS_RISCOS = $(OBJECTS_COMMON) OBJECTS_RISCOS += browser.o netsurf.o version.o # desktop/ OBJECTS_RISCOS += 401login.o debugwin.o \ - dialog.o download.o draw.o filetype.o font.o gif.o \ + buffer.o dialog.o download.o draw.o filetype.o font.o gif.o \ gifread.o gui.o help.o history.o hotlist.o htmlinstance.o \ htmlredraw.o jpeg.o menus.o mng.o mouseactions.o plugin.o \ png.o save.o save_complete.o save_draw.o save_text.o \ -- cgit v1.2.3