From eb2ec532e8cd058903de319ab90646693d52e53f Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 23 Jul 2012 02:30:11 +0200 Subject: renmaed plot functions (use plot_ prefix). --- atari/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 12e516f73..07d948313 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -827,7 +827,7 @@ void gui_quit(void) RsrcXfree(h_gem_rsrc ); } LOG(("Shutting down plotter")); - atari_plotter_finalise(); + plot_finalise(); if( tmp_clipboard != NULL ){ free( tmp_clipboard ); tmp_clipboard = NULL; @@ -971,7 +971,7 @@ static void gui_init(int argc, char** argv) die("unable to process command line.\n"); nkc_init(); - atari_plotter_init(nsoption_charp(atari_font_driver)); + plot_init(nsoption_charp(atari_font_driver)); } static char *theapp = (char*)"NetSurf"; -- cgit v1.2.3