Shrinked initial size of the canvas area.

svn path=/trunk/netsurf/; revision=11447
This commit is contained in:
Ole Loots 2011-01-22 16:38:26 +00:00
parent 3462356059
commit deb88adffb
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Returns value < 0 to indicate an error
int atari_plotter_init( char* drvrname, char * fdrvrname )
{
GRECT loc_pos={0,0,420,420};
GRECT loc_pos={0,0,360,400};
int err=0;
struct s_driver_table_entry * drvinfo;
int flags = 0;
@ -68,7 +68,6 @@ int atari_plotter_init( char* drvrname, char * fdrvrname )
dump_plot_drivers();
dump_font_drivers();
}
drvinfo = get_screen_driver_entry( drvrname );
LOG(("using plotters: %s, %s", drvrname, fdrvrname));