[pangomm] Add #includes needed with the latest glibmm.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] Add #includes needed with the latest glibmm.
- Date: Tue, 25 Oct 2011 10:15:31 +0000 (UTC)
commit 2683cdbc2e387b9145707bcdd6323ff687f27676
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Oct 25 11:16:16 2011 +0200
Add #includes needed with the latest glibmm.
* pango/src/attributes.ccg:
* pango/src/attributes.hg:
* pango/src/color.hg:
* pango/src/fontdescription.hg:
* pango/src/fontface.hg:
* pango/src/fontmetrics.hg:
* pango/src/fontset.ccg:
* pango/src/item.hg:
* pango/src/language.hg:
* pango/src/layoutline.hg: Add individual includes now that gmmproc does not
add #include glibmm.h at the top of every generated header.
ChangeLog | 14 ++++++++++++++
pango/src/attributes.hg | 1 +
pango/src/color.hg | 2 ++
pango/src/fontdescription.hg | 1 +
pango/src/fontface.hg | 3 ++-
pango/src/fontmetrics.hg | 1 +
pango/src/item.hg | 1 +
pango/src/language.hg | 2 ++
pango/src/layoutline.hg | 1 +
9 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a4bbe2b..ff9436f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2011-10-25 Murray Cumming <murrayc murrayc com>
+
+ Add #includes needed with the latest glibmm.
+
+ * pango/src/attributes.hg:
+ * pango/src/color.hg:
+ * pango/src/fontdescription.hg:
+ * pango/src/fontface.hg:
+ * pango/src/fontmetrics.hg:
+ * pango/src/item.hg:
+ * pango/src/language.hg:
+ * pango/src/layoutline.hg: Add individual includes now that gmmproc does not
+ add #include glibmm.h at the top of every generated header.
+
2.28.3 (stable):
2011-09-21 Krzesimir Nowak <qdlacz gmail com>
diff --git a/pango/src/attributes.hg b/pango/src/attributes.hg
index 14ff1db..00bc8d9 100644
--- a/pango/src/attributes.hg
+++ b/pango/src/attributes.hg
@@ -22,6 +22,7 @@
#include <pangomm/color.h>
#include <pangomm/fontdescription.h>
#include <pango/pango-attributes.h>
+#include <glibmm/slisthandle.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/color.hg b/pango/src/color.hg
index 6034317..fbe5b73 100644
--- a/pango/src/color.hg
+++ b/pango/src/color.hg
@@ -15,6 +15,8 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <glibmm/value.h>
+#include <glibmm/utility.h>
#include <pango/pango-attributes.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/fontdescription.hg b/pango/src/fontdescription.hg
index 913a2c6..4a8a896 100644
--- a/pango/src/fontdescription.hg
+++ b/pango/src/fontdescription.hg
@@ -19,6 +19,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <glibmm/value.h>
#include <pango/pango-font.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/fontface.hg b/pango/src/fontface.hg
index a760b8d..e52340b 100644
--- a/pango/src/fontface.hg
+++ b/pango/src/fontface.hg
@@ -20,8 +20,9 @@
*/
-#include <glibmm/object.h>
#include <pangomm/fontdescription.h>
+#include <glibmm/object.h>
+#include <glibmm/arrayhandle.h>
#include <pango/pango-font.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/fontmetrics.hg b/pango/src/fontmetrics.hg
index a830b9d..96612ad 100644
--- a/pango/src/fontmetrics.hg
+++ b/pango/src/fontmetrics.hg
@@ -19,6 +19,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <glibmm/value.h>
#include <pango/pango-font.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/item.hg b/pango/src/item.hg
index 4e53903..4331286 100644
--- a/pango/src/item.hg
+++ b/pango/src/item.hg
@@ -17,6 +17,7 @@
#include <pangomm/attributes.h>
#include <pangomm/language.h>
+#include <glibmm/listhandle.h>
#include <pango/pango-item.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/language.hg b/pango/src/language.hg
index c3cb464..cf3d180 100644
--- a/pango/src/language.hg
+++ b/pango/src/language.hg
@@ -15,6 +15,8 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <glibmm/value.h>
+#include <glibmm/arrayhandle.h>
#include <pango/pango-attributes.h>
_DEFS(pangomm,pango)
diff --git a/pango/src/layoutline.hg b/pango/src/layoutline.hg
index fb2c0d8..38fce1a 100644
--- a/pango/src/layoutline.hg
+++ b/pango/src/layoutline.hg
@@ -22,6 +22,7 @@
#include <glibmm/slisthandle.h> // For the Glib::SListHandle typedef
#include <pangomm/rectangle.h>
#include <cairomm/context.h>
+#include <glibmm/arrayhandle.h>
#include <pango/pango-layout.h>
_DEFS(pangomm,pango)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]