From afe7502dfb4389ad67d2818cf09ba88148ed9069 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 29 Jul 2018 14:35:10 +0100 Subject: Remove reference to linux framebuffer. This surface type has been removed. --- about/index.html | 2 -- 1 file changed, 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 @@

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:

-
The Linux framebuffer
-
Output to a Linux framebuffer and input from Linux input event device nodes. The output device may be specified and defaults to /dev/fb0. The input node search path may also be specified, and defaults to /dev/input/.
SDL
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.
X
-- cgit v1.2.3