summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-02-26 10:42:15 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-02-26 10:42:15 +0000
commitb375a6a293130cdb5977782d9f81b062dceebcc3 (patch)
tree8a6b6ad37627aa3cb4086f39e4d496e6ce30abc0 /amiga/dist
parentc2afcf445304c68506c9907e54cd1adfd28f2ab1 (diff)
downloadnetsurf-b375a6a293130cdb5977782d9f81b062dceebcc3.tar.gz
netsurf-b375a6a293130cdb5977782d9f81b062dceebcc3.tar.bz2
Convert treeview to tiled draw
svn path=/trunk/netsurf/; revision=13471
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/NetSurf.guide2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide
index 04edb96f1..f83b74653 100755
--- a/amiga/dist/NetSurf.guide
+++ b/amiga/dist/NetSurf.guide
@@ -43,7 +43,7 @@ There are a couple of Amiga-specific options which can only be changed directly
@{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 (SObjs version only). 0 = graphics.library, 1 = Cairo/graphics.library mixed (recommended), 2 = Full Cairo.
-@{b}monitor_aspect_x@{ub}/@{b}monitor_aspect_y@{ub} Correct aspect ratio for displays.
+@{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@{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 - not recommended)