summaryrefslogtreecommitdiffstats
path: root/libraries/gtkglarea
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:31:14 +0100
committer B. Watson2022-03-13 20:31:14 +0100
commitbd7201c89bed3252627fce08eaa9860e74435277 (patch)
treed698aaa73bd975a8bd4dc2a92e124e3b8721c373 /libraries/gtkglarea
parentd77171bc99a3a898074d917386f253aabcd518f3 (diff)
downloadslackbuilds-bd7201c89bed3252627fce08eaa9860e74435277.tar.gz
libraries/gtkglarea: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/gtkglarea')
-rw-r--r--libraries/gtkglarea/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/gtkglarea/README b/libraries/gtkglarea/README
index b2504507c4..9f4cc767fa 100644
--- a/libraries/gtkglarea/README
+++ b/libraries/gtkglarea/README
@@ -1,10 +1,11 @@
GtkGLArea is an OpenGL widget for GTK+ GUI toolkit.
-Just as GTK+ is built on top of GDK, GtkGLArea is built on top of gdkgl which
-is basically a wrapper around GLX functions. The widget itself is very
-similar to the GtkDrawingArea widget and adds only three extra functions.
-Lower level gdkgl functions make it easy to render on any OpenGL capable
-widget; rendering to off-screen pixmaps is also supported.
+Just as GTK+ is built on top of GDK, GtkGLArea is built on top of
+gdkgl which is basically a wrapper around GLX functions. The widget
+itself is very similar to the GtkDrawingArea widget and adds only
+three extra functions. Lower level gdkgl functions make it easy to
+render on any OpenGL capable widget; rendering to off-screen pixmaps
+is also supported.
This project appears to be abandoned in favor of GtkGLExt, but is still
required by a few programs.