blob: 476f255aa7835c1d38cc5877d0d8aa90770efff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Slide 22</title>
</head>
<body>
<p><br />
FLTK's rendering (2.0)<br />
<br />
Working:<br />
</p>
<ul>
<li>X11</li>
<li>X11 + Xft</li>
<li>Quartz</li>
<li>GDI</li>
<li>Postscript</li>
<li>NanoX, Microwindows (1.1.x unofficial)</li>
</ul>
<p>Planned:<br />
</p>
<ul>
<li>GDI+ (adsd alpha/compositing)</li>
<li>X11 + Xft + XRender + Cairo</li>
<li>DirectFB</li>
<li>SDL</li>
<li>OpenGL (iffy, but planned)</li>
</ul>
<p><br />
</p>
<hr />
<p><a href="dillo-23.html">Go to next slide</a></p>
</body>
</html>
|