From 4aaa3253989cd78b263a2e2c9355f226a52e99eb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 24 Oct 2012 18:57:48 +0100 Subject: Now the graphics.library plotters are feature-complete, use them by default. --- amiga/dist/NetSurf.guide | 2 +- amiga/options.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide index a1ca248b3..39148be8f 100755 --- a/amiga/dist/NetSurf.guide +++ b/amiga/dist/NetSurf.guide @@ -42,7 +42,7 @@ There are a couple of Amiga-specific options which can only be changed directly @{b}kiosk_mode@{ub} No gadgets @{b}printer_unit@{ub} Specifies which printer.device unit to print to @{b}drag_save_icons@{ub} Enables displaying Workbench-style transparent icons under the pointer when performing drag saves (ctrl-drag of objects available if NetSurf is running on the Workbench screen) and text selection drags. If set to 0 the pointer style will change instead. OS 4.0 users may want to set this to 0 as icons will appear opaque and obscure the drop position. -@{b}cairo_renderer@{ub} Set rendering engine. -1 = palette-mapped (set automatically when required), 0 = graphics.library, 1 = Cairo/graphics.library mixed (recommended), 2 = Full Cairo. +@{b}cairo_renderer@{ub} Set rendering engine. -1 = palette-mapped (set automatically when required), 0 = graphics.library (default), 1 = Cairo/graphics.library mixed, 2 = Full Cairo. @{b}monitor_aspect_x@{ub}/@{b}monitor_aspect_y@{ub} Correct aspect ratio for displays (default of 0 means "assume square pixels"). @{b}screen_compositing@{ub} Use compositing on NetSurf's own screen. 0=disable, 1=enable, 2=default @{b}redraw_tile_size_x@{ub}/@{b}redraw_tile_size_y@{ub} Specify the size of the off-screen bitmap. Higher will speed up redraws at the expense of memory. 0 disables tiling (will use a bitmap at least the size of the screen NetSurf is running on) diff --git a/amiga/options.h b/amiga/options.h index 977e5aef5..3936c173f 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -138,7 +138,7 @@ .cookies_window_ypos = 0, \ .cookies_window_xsize = 0, \ .cookies_window_ysize = 0, \ - .cairo_renderer = 1, \ + .cairo_renderer = 0, \ .direct_render = false, \ .window_simple_refresh = false, \ .redraw_tile_size_x = 0, \ -- cgit v1.2.3