From f327889ac4e5521cd2d63f138da44c950e087510 Mon Sep 17 00:00:00 2001 From: Christopher Blizzard Date: Mon, 19 Jun 2000 03:00:56 +0000 Subject: Change private class member to be named private_data throughout the file. Fri Jun 16 22:24:22 2000 Christopher Blizzard * gtk/gtkcolorsel.c: Change private class member to be named private_data throughout the file. * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to private_data to avoid clashing with keyword. Fri Jun 16 22:24:22 2000 Christopher Blizzard * gdk/gdkdnd.h: Add comment to remove warning. --- gdk/gdkdnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk') diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index 916bd2e8e0..30f2f131f7 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -97,4 +97,4 @@ void gdk_drag_abort (GdkDragContext *context, } #endif /* __cplusplus */ -#endif __GDK_DND_H__ +#endif /* __GDK_DND_H__ */ -- cgit v1.2.1