From 0d12c6ad0d602c40d8c933829dc32430e849e1f8 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Sun, 10 Oct 2004 15:25:52 +0000 Subject: [PATCH] add /*< private >*/ markings. Sun Oct 10 11:24:56 2004 Jonathan Blandford * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/ markings. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkcontainer.h | 2 ++ 5 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3231ffa8c..360346b45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 10 11:24:56 2004 Jonathan Blandford + + * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/ + markings. + 2004-10-09 Matthias Clasen * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3231ffa8c..360346b45 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Oct 10 11:24:56 2004 Jonathan Blandford + + * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/ + markings. + 2004-10-09 Matthias Clasen * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3231ffa8c..360346b45 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Oct 10 11:24:56 2004 Jonathan Blandford + + * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/ + markings. + 2004-10-09 Matthias Clasen * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3231ffa8c..360346b45 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Oct 10 11:24:56 2004 Jonathan Blandford + + * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/ + markings. + 2004-10-09 Matthias Clasen * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM. diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index c140e57f5..035cf3260 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -59,6 +59,8 @@ struct _GtkContainer GtkWidget *focus_child; guint border_width : 16; + + /*< private >*/ guint need_resize : 1; guint resize_mode : 2; guint reallocate_redraws : 1; -- 2.43.2