aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkglarea2/pkg-descr')
-rw-r--r--x11-toolkits/gtkglarea2/pkg-descr8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/gtkglarea2/pkg-descr b/x11-toolkits/gtkglarea2/pkg-descr
deleted file mode 100644
index 8c5b31f7772b..000000000000
--- a/x11-toolkits/gtkglarea2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
-which is basically wrapper around GLX functions. The widget itself is
-derived from GtkDrawinigArea widget and adds only few extra functions.
-Lower level gdkgl functions make it easy to render on any widget that has
-OpenGL capable visual, rendering to off-screen pixmaps is also supported.
-
-Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
-C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.