Update to r41815:
BeOS is long dead. While here, fix a typo.
This commit is contained in:
parent
84ab9f7658
commit
d182669f8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47425
1 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/multimedia/chapter.xml,v 1.100 2012/04/22 20:49:51 bcr Exp $
|
$FreeBSDde: de-docproj/books/handbook/multimedia/chapter.xml,v 1.100 2012/04/22 20:49:51 bcr Exp $
|
||||||
basiert auf: r40792
|
basiert auf: r41815
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="multimedia">
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="multimedia">
|
||||||
<info><title>Multimedia</title>
|
<info><title>Multimedia</title>
|
||||||
|
@ -850,7 +850,7 @@ kern.ipc.shmall=32768</programlisting>
|
||||||
die Videos in jedem X11-Drawable anzeigen kann.</para>
|
die Videos in jedem X11-Drawable anzeigen kann.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>SDL: Simple Directmedia Layer.</para>
|
<para>SDL: Simple DirectMedia Layer.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>DGA: Direct Graphics Access.</para>
|
<para>DGA: Direct Graphics Access.</para>
|
||||||
|
@ -972,15 +972,15 @@ no adaptors present</screen>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3 xml:id="video-interface-SDL">
|
<sect3 xml:id="video-interface-SDL">
|
||||||
<title>Simple Directmedia Layer</title>
|
<title>Simple DirectMedia Layer</title>
|
||||||
|
|
||||||
<para>Die Simple Directmedia Layer, <acronym>SDL</acronym>,
|
<para>Der Simple DirectMedia Layer, <acronym>SDL</acronym>,
|
||||||
ist eine zwischen µsoft.windows;, BeOS und &unix;
|
ist eine portable Schnittstelle für verschiedene
|
||||||
portable Schnittstelle. Mit dieser Schnittstelle
|
Betriebssysteme, mit denen Anwendungen
|
||||||
können Anwendungen plattformunabhängig und
|
plattformübergreifend und effizient Ton und Grafik benutzen
|
||||||
effizient Ton und Grafik benutzen. <acronym>SDL</acronym>
|
können. <acronym>SDL</acronym> bietet eine hardwarenahe
|
||||||
bietet eine hardwarenahe Schnittstelle, die manchmal
|
Schnittstelle, die manchmal schneller als die
|
||||||
schneller als die X11-Schnittstelle sein kann.</para>
|
X11-Schnittstelle sein kann.</para>
|
||||||
|
|
||||||
<para><acronym>SDL</acronym> finden Sie in den Ports
|
<para><acronym>SDL</acronym> finden Sie in den Ports
|
||||||
im Verzeichnis <package>devel/sdl12</package>.</para>
|
im Verzeichnis <package>devel/sdl12</package>.</para>
|
||||||
|
|
Loading…
Reference in a new issue