Missed some files -owt

Missed some files
                                        -owt
This commit is contained in:
Owen Taylor
1998-01-18 18:21:33 +00:00
parent 59ff297c24
commit 2dd1106130
2 changed files with 7 additions and 1 deletions

View File

@ -715,6 +715,12 @@ GArray* g_rarray_truncate (GArray *array,
/* Hash Functions
*/
gint g_str_equal (const gpointer v,
const gpointer v2);
guint g_str_hash (const gpointer v);
/* Deprecated, use g_string_*
*/
gint g_string_equal (gpointer v,
gpointer v2);
guint g_string_hash (gpointer v);

View File

@ -42,8 +42,8 @@ struct _GtkViewport
GtkBin bin;
gint shadow_type;
GdkWindow *main_window;
GdkWindow *view_window;
GdkWindow *bin_window;
GtkAdjustment *hadjustment;
GtkAdjustment *vadjustment;
};