--- guile-gtk.h.~1.39.~ 1970-01-01 10:00:01.000000000 +1000 +++ guile-gtk.h 2003-08-28 10:33:55.000000000 +1000 @@ -77,6 +77,11 @@ char **args_short_names; } sgtk_object_info; + +/* gdk-glue.c */ +extern sgtk_boxed_info sgtk_gdk_visual_info; + + void sgtk_register_type_infos (sgtk_type_info **infos); sgtk_type_info *sgtk_get_type_info (guint type_seqno); @@ -415,6 +420,7 @@ SCM gdk_query_depths_interp (void); SCM gdk_query_visual_types_interp (void); +SCM gdk_list_visuals_interp (void); GList* gdk_drag_context_targets (GdkDragContext*);