diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-07-04 04:58:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-04 04:58:24 +0000 |
commit | 23c3d91c9f6a90738794095fc78ef0d560876599 (patch) | |
tree | 93e714421f844f127777293d4b5f6c01b88f83b8 | |
parent | 26455f933b148b8a66152607da83e0b3102afa8f (diff) | |
download | gtk+-23c3d91c9f6a90738794095fc78ef0d560876599.tar.gz |
Add a warning.
2005-07-04 Matthias Clasen <mclasen@redhat.com>
* gtk/framebuffer.sgml: Add a warning.
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/framebuffer.sgml | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index cb0bc38452..2aaf298f87 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-07-04 Matthias Clasen <mclasen@redhat.com> + + * gtk/framebuffer.sgml: Add a warning. + 2005-07-01 Matthias Clasen <mclasen@redhat.com> * === Released 2.7.1 === diff --git a/docs/reference/gtk/framebuffer.sgml b/docs/reference/gtk/framebuffer.sgml index 6ad1cce2a9..240b92b804 100644 --- a/docs/reference/gtk/framebuffer.sgml +++ b/docs/reference/gtk/framebuffer.sgml @@ -15,6 +15,13 @@ Linux framebuffer aspects of using GTK+ <refsect1> <title>GTK+ for the Linux Framebuffer</title> +<note><para> +The linux-fb GDK target is unmaintained and may not work or even +compile. The information below may still be helpful; also there are +several patches in bugzilla which may help with making the linux-fb +code compilable. +</para></note> + <para> The linux-fb port of GTK+, also known as GtkFB is an implementation of GDK (and therefore GTK+) that runs on the Linux framebuffer. It runs in |