From 614de7d473b10710cb96d17e76c23a8ec7236b91 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Feb 2009 14:16:40 +0000 Subject: Fix window clipping and introduce concept of "root" framebuffer window to allow for navigation and status bars svn path=/trunk/netsurf/; revision=6456 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index c6cff38ac..fa78b6f11 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -99,7 +99,7 @@ S_FRAMEBUFFER := fb_gui.c tree.c history.c hotlist.c fb_schedule.c \ thumbnail.c misc.c fb_bitmap.c fb_font.c font_8x16.c \ fb_filetype.c login.c fb_cursor.c fb_plotters.c \ fb_8bpp_plotters.c fb_16bpp_plotters.c fb_32bpp_plotters.c \ - fb_findfile.c + fb_findfile.c fb_rootwindow.c # fb_1bpp_plotters.c ifeq ($(NETSURF_FB_FRONTEND),linux) -- cgit v1.2.3