[gtk+/wip/gdk-gl2] Drop a reference to GtkGLArea::create-context
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gdk-gl2] Drop a reference to GtkGLArea::create-context
- Date: Sun, 12 Oct 2014 03:56:16 +0000 (UTC)
commit 909b2fe589f12b85c35911b1942ce9744d36546f
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Oct 11 23:55:53 2014 -0400
Drop a reference to GtkGLArea::create-context
The signal no longer exists.
gtk/gtkglarea.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c
index be612b7..c2c15ff 100644
--- a/gtk/gtkglarea.c
+++ b/gtk/gtkglarea.c
@@ -376,8 +376,8 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
* The #GdkGLContext used by the #GtkGLArea widget.
*
* The #GtkGLArea widget is responsible for creating the #GdkGLContext
- * instance. See the #GtkGLArea::create-context signal on how to
- * override the default behavior.
+ * instance. If you need to render with other kinds of buffers (stencil,
+ * depth, etc), use render buffers.
*
* Since: 3.16
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]