add default system colour handlers to atari frontend

svn path=/trunk/netsurf/; revision=11553
This commit is contained in:
Ole Loots 2011-01-30 22:34:52 +00:00
parent 61a1c2d7cd
commit b03a9b6391
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ S_ATARI := gui.c findfile.c filetype.c misc.c bitmap.c schedule.c \
plot.c plot/plotter.c plot/plotter_vdi.c plot/eddi.s \
plot/font_vdi.c plot/font_freetype.c \
browser_win.c toolbar.c statusbar.c browser.c \
global_evnt.c osspec.c
global_evnt.c osspec.c system_colour.c
S_ATARI := $(addprefix atari/,$(S_ATARI))