summaryrefslogtreecommitdiff
path: root/graphics/gtkglext/distinfo
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-10 14:50:59 +0000
committeradam <adam@pkgsrc.org>2004-11-10 14:50:59 +0000
commitb82b78ab4c4fa5dda3d70832b3da10fbcb1c2fe8 (patch)
tree9051c369fbed3f4a3d488356b5b578bf390dc11c /graphics/gtkglext/distinfo
parentbc77469c8a0733964f9d6b42b5da2f670c4c1e49 (diff)
downloadpkgsrc-b82b78ab4c4fa5dda3d70832b3da10fbcb1c2fe8.tar.gz
Changes 1.0.6:
* Now gtk_widget_get_gl_context() doesn't use gtk_quit_add_destroy(). gtk_quit_add_destroy() cause a problem with recursive main loop. OpenGL-capable widget is not destroyed automatically on quit. * Removed deprecated functions in GTK+-2.3 from example programs. gtk_timeout_add()/remove() and gtk_idle_add()/remove() are deprecated in GTK+-2.3. Now g_timeout_add() and g_idle_add_full() are used. Changes 1.0.5: * Fixed to reduce flickering on resizing OpenGL window. * Examples have been rewritten to use gdk_window_invalidate_rect() and gdk_window_process_updates() instead of gtk_widget_queue_draw(). Animated OpenGL scene is updated synchronously and immediately. Changes 1.0.4: * Added new libglade examples. * Added new coolwave2.c fullscreen GL application example. * Minor fix of gtk_widget_set_gl_capability() ("realize" signal connection). * Use new function call debug macros. Changes 1.0.3: * Added simple GLX_SGIX_pbuffer example. * Fixed a private header bug in gdk/x11/gdkglx.h and gdk/win32/gdkglwin32.h. * Fixed win32 GLPixmap code that causes GDI error with the latest CVS version of GTK+ (>2.2.2). * gdkgloverlay-x11.c has been rewritten. New code doesn't use XSGIFastInternAtom(), so --disable-sgi-fast-atoms configure option is no longer needed.
Diffstat (limited to 'graphics/gtkglext/distinfo')
-rw-r--r--graphics/gtkglext/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gtkglext/distinfo b/graphics/gtkglext/distinfo
index 11620583606..e726b0b73ce 100644
--- a/graphics/gtkglext/distinfo
+++ b/graphics/gtkglext/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/04/28 14:05:37 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/11/10 14:50:59 adam Exp $
-SHA1 (gtkglext-0.7.1.tar.bz2) = e1986732d0f8072148cff95a9db72425ff558a21
-Size (gtkglext-0.7.1.tar.bz2) = 530781 bytes
+SHA1 (gtkglext-1.0.6.tar.bz2) = f12e9907607b6f33fb619d4f139a17442a0e1730
+Size (gtkglext-1.0.6.tar.bz2) = 681751 bytes