From a80af90142526d5b026a89fdbac205e93e19d25a Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 1 Mar 2011 19:27:34 +0000 Subject: Implemented OS detection routines provided by GS svn path=/trunk/netsurf/; revision=11873 --- atari/plot/font_vdi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari/plot/font_vdi.c') diff --git a/atari/plot/font_vdi.c b/atari/plot/font_vdi.c index d5cdc4eac..baaed2741 100755 --- a/atari/plot/font_vdi.c +++ b/atari/plot/font_vdi.c @@ -210,7 +210,8 @@ static int text( FONT_PLOTTER self, int x, int y, const char *text, size_t leng } else { vst_color( self->vdi_handle, BLACK ); } - if( atari_sysinfo.gdosversion > 0x03000 ){ + + if( atari_sysinfo.gdos_FSMC ){ v_ftext( self->vdi_handle, x, y, (char*)&textcpy ); } else { v_gtext( self->vdi_handle, x, y, (char*)&textcpy ); -- cgit v1.2.3