summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Hasselmann <mathias.hasselmann@gmx.de>2007-06-19 18:37:14 +0000
committerMathias Hasselmann <hasselmm@src.gnome.org>2007-06-19 18:37:14 +0000
commit708dba5dc64b05e9c802629a861331dc0a920c3e (patch)
treecd2ac11e4ff1804f9a9b202adcd460eded08f9b5
parent36dd2a7a4dd6b7c55d0400d69d7b56b6e431725e (diff)
downloadgtk+-708dba5dc64b05e9c802629a861331dc0a920c3e.tar.gz
Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy.
2007-06-19 Mathias Hasselmann <mathias.hasselmann@gmx.de> * gdk/gdkinternals.h: Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy. svn path=/trunk/; revision=18196
-rw-r--r--ChangeLog5
-rw-r--r--gdk/gdkinternals.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23a753c70c..6e8fa4c37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-19 Mathias Hasselmann <mathias.hasselmann@gmx.de>
+
+ * gdk/gdkinternals.h: Restore G_BEGIN_DECLS at the
+ top of this file to make C++ compilers happy.
+
2007-06-19 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index f97b97be04..45887c27c5 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -33,6 +33,8 @@
#ifndef __GDK_INTERNALS_H__
#define __GDK_INTERNALS_H__
+G_BEGIN_DECLS
+
/**********************
* General Facilities *
**********************/