diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-23 12:44:58 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-23 12:44:58 +0200 |
commit | 8856bfc60e23f633fbd3908c43757c627f56b722 (patch) | |
tree | 3b4ba669bca2377575c3081336d0b12f25f9c762 /docs | |
parent | 7eabb8fd3ce8ee171657188d4b66e28fb9764ecc (diff) | |
download | gtk+-8856bfc60e23f633fbd3908c43757c627f56b722.tar.gz |
directfb: Remove
As announced by email and on IRC, this backend is removed from GTK 3.
It has been broken for over a year with no one fixing it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/Makefile.am | 1 | ||||
-rw-r--r-- | docs/reference/gdk/gdk3-sections.txt | 1 | ||||
-rw-r--r-- | docs/reference/gtk/Makefile.am | 1 | ||||
-rw-r--r-- | docs/reference/gtk/building.sgml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/directfb.sgml | 44 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-docs.sgml | 1 |
6 files changed, 2 insertions, 51 deletions
diff --git a/docs/reference/gdk/Makefile.am b/docs/reference/gdk/Makefile.am index d726ac227b..3015baa9fa 100644 --- a/docs/reference/gdk/Makefile.am +++ b/docs/reference/gdk/Makefile.am @@ -29,7 +29,6 @@ IGNORE_HFILES= \ gdkpoly-generic.h \ keyname-table.h \ win32 \ - directfb \ x11 \ quartz diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt index 9f6a878cea..fe5d5de524 100644 --- a/docs/reference/gdk/gdk3-sections.txt +++ b/docs/reference/gdk/gdk3-sections.txt @@ -52,7 +52,6 @@ gdk_error_trap_pop GDK_WINDOWING_X11 GDK_WINDOWING_WIN32 GDK_WINDOWING_QUARTZ -GDK_WINDOWING_DIRECTFB <SUBSECTION Standard> GDK_TYPE_GRAB_STATUS diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 103e508c1f..6766be88a7 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -117,7 +117,6 @@ content_files = \ running.sgml \ building.sgml \ compiling.sgml \ - directfb.sgml \ drawing-model.xml \ glossary.xml \ migrating-2to3.xml \ diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index e6a316ced3..33064e2494 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -361,7 +361,7 @@ How to compile GTK+ itself <arg>--with-xinput=[no|yes]</arg> </group> <group> - <arg>--with-gdktarget=[x11|win32|quartz|directfb]</arg> + <arg>--with-gdktarget=[x11|win32|quartz]</arg> </group> <group> <arg>--disable-introspection</arg> @@ -551,8 +551,7 @@ How to compile GTK+ itself Toggles between the supported backends for GDK. The default is x11, unless the platform is Windows, in which case the default is win32. Other supported backends are - the quartz backend for OS X, and the DirectFB backend - for the Linux framebuffer. + the quartz backend for OS X. </para> </formalpara> <formalpara> diff --git a/docs/reference/gtk/directfb.sgml b/docs/reference/gtk/directfb.sgml deleted file mode 100644 index 4137b30f1d..0000000000 --- a/docs/reference/gtk/directfb.sgml +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ -]> -<refentry id="gtk-directfb"> -<refmeta> -<refentrytitle>Using GTK+ on DirectFB</refentrytitle> -<manvolnum>3</manvolnum> -<refmiscinfo>GTK Library</refmiscinfo> -</refmeta> - -<refnamediv> -<refname>Using GTK+ on DirectFB</refname> -<refpurpose> -DirectFB-specific aspects of using GTK+ -</refpurpose> -</refnamediv> - -<refsect1> -<title>Using GTK+ on DirectFB</title> - -<para> -The DirectFB port of GTK+ is an implementation of GDK (and therefore GTK+) -on top of the <ulink url="http://www.directfb.org">DirectFB</ulink> -libraries. -</para> - -<para> -Like the obsolete linux-fb port of GTK+, it runs on the Linux framebuffer, -but the DirectFB libraries provide additional features like hardware graphics -acceleration, input device handling and abstraction and an integrated windowing -system. -</para> - -<refsect2><title>Build requirements</title> - -<para> -Beyond the usual GTK+ build requirements, the DirectFB backend (obviously) -needs the DirectFB libraries (at least 0.9.21) and cairo compiled with -DirectFB support. -</para> -</refsect2> -</refsect1> -</refentry> diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 08bc46b376..4e97d0b605 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -119,7 +119,6 @@ that is, GUI components such as #GtkButton or #GtkTextView. <xi:include href="x11.sgml" /> <xi:include href="windows.sgml" /> <xi:include href="osx.sgml" /> - <xi:include href="directfb.sgml" /> <xi:include href="resources.sgml" /> <xi:include href="xml/question_index.sgml" /> <xi:include href="drawing-model.xml" /> |