diff options
author | Christopher Blizzard <blizzard@redhat.com> | 2000-06-19 03:00:56 +0000 |
---|---|---|
committer | Christopher Blizzard <blizzard@src.gnome.org> | 2000-06-19 03:00:56 +0000 |
commit | f327889ac4e5521cd2d63f138da44c950e087510 (patch) | |
tree | eb7f9194c4629c684ae89d30b1ca73851c48e425 /gdk/gdkdnd.h | |
parent | 4060ae7bd12caea5ff3b9657bcbcd9c2aed60887 (diff) | |
download | gtk+-f327889ac4e5521cd2d63f138da44c950e087510.tar.gz |
Change private class member to be named private_data throughout the file.
Fri Jun 16 22:24:22 2000 Christopher Blizzard <blizzard@redhat.com>
* 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 <blizzard@redhat.com>
* gdk/gdkdnd.h: Add comment to remove warning.
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ */ |