summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-07-29 14:35:10 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2018-07-29 14:35:10 +0100
commitafe7502dfb4389ad67d2818cf09ba88148ed9069 (patch)
tree7b5c3bb02eac628dd1561cd923912f0420ad87cb
parent1310062609eb9636e8803fa0fc980b2221831ecc (diff)
downloadnetsurf-website-afe7502dfb4389ad67d2818cf09ba88148ed9069.tar.gz
netsurf-website-afe7502dfb4389ad67d2818cf09ba88148ed9069.tar.bz2
Remove reference to linux framebuffer.
This surface type has been removed.
-rw-r--r--about/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/about/index.html b/about/index.html
index 7407d6e..efeeed5 100644
--- a/about/index.html
+++ b/about/index.html
@@ -170,8 +170,6 @@
<p>NetSurf's framebuffer front end has no particular operating system or GUI toolkit requirements. Its mouse pointer, all its widgets etc, are drawn though NetSurf's internal plotters, the same rendering interface used to draw web pages. This makes the framebuffer front end highly portable. Currently the framebuffer front end can target the following framebuffer surface providers:</p>
<dl>
-<dt>The Linux framebuffer</dt>
-<dd>Output to a Linux framebuffer and input from Linux input event device nodes. The output device may be specified and defaults to <code style="color:#46a;">/dev/fb0</code>. The input node search path may also be specified, and defaults to <code style="color:#46a;">/dev/input/</code>.</dd>
<dt>SDL</dt>
<dd>The SDL surface is a straightforward port to the SDL library which is available for many operating systems. This allows the framebuffer NetSurf front end to be run inside a desktop window, making development easier.</dd>
<dt>X</dt>