diff --git a/ChangeLog b/ChangeLog index 45f68a6eb9..2c82a40a08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 3 22:45:58 2003 Matthias Clasen + + * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make + these usable in C++. Forgot this file in my Oct 11 commit. + 2003-11-03 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 45f68a6eb9..2c82a40a08 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Mon Nov 3 22:45:58 2003 Matthias Clasen + + * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make + these usable in C++. Forgot this file in my Oct 11 commit. + 2003-11-03 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 45f68a6eb9..2c82a40a08 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Mon Nov 3 22:45:58 2003 Matthias Clasen + + * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make + these usable in C++. Forgot this file in my Oct 11 commit. + 2003-11-03 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 45f68a6eb9..2c82a40a08 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Mon Nov 3 22:45:58 2003 Matthias Clasen + + * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make + these usable in C++. Forgot this file in my Oct 11 commit. + 2003-11-03 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 45f68a6eb9..2c82a40a08 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Mon Nov 3 22:45:58 2003 Matthias Clasen + + * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make + these usable in C++. Forgot this file in my Oct 11 commit. + 2003-11-03 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock diff --git a/gtk/gtkwindow-decorate.h b/gtk/gtkwindow-decorate.h index df07467a5c..2ce21b3140 100644 --- a/gtk/gtkwindow-decorate.h +++ b/gtk/gtkwindow-decorate.h @@ -21,6 +21,8 @@ * Authors: Alexander Larsson */ +G_BEGIN_DECLS + void gtk_decorated_window_init (GtkWindow *window); void gtk_decorated_window_calculate_frame_size (GtkWindow *window); void gtk_decorated_window_set_title (GtkWindow *window, @@ -30,3 +32,5 @@ void gtk_decorated_window_move_resize_window (GtkWindow *window, gint y, gint width, gint height); + +G_END_DECLS