summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-14 18:42:42 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-14 18:42:42 -0400
commitae76417677db1d7a8daf454bf043269479b7910d (patch)
tree2b3056a712b08869be65f657f7cea6addab535ac
parent1b91a23d57d1aef4349f28e0154aff68ad855357 (diff)
downloadpango-ae76417677db1d7a8daf454bf043269479b7910d.tar.gz
[HB] More minor shuffling
-rw-r--r--pango/opentype/hb-open-type-private.hh3
-rw-r--r--pango/opentype/hb-ot-layout-common-private.hh5
2 files changed, 5 insertions, 3 deletions
diff --git a/pango/opentype/hb-open-type-private.hh b/pango/opentype/hb-open-type-private.hh
index bc3e90e2..075dc831 100644
--- a/pango/opentype/hb-open-type-private.hh
+++ b/pango/opentype/hb-open-type-private.hh
@@ -33,9 +33,6 @@
#define NO_INDEX ((unsigned int) 0xFFFF)
-#define NO_CONTEXT ((unsigned int) 0x110000)
-#define NOT_COVERED ((unsigned int) 0x110000)
-#define MAX_NESTING_LEVEL 8
/*
diff --git a/pango/opentype/hb-ot-layout-common-private.hh b/pango/opentype/hb-ot-layout-common-private.hh
index e6194bbb..a1d6423f 100644
--- a/pango/opentype/hb-ot-layout-common-private.hh
+++ b/pango/opentype/hb-ot-layout-common-private.hh
@@ -32,6 +32,11 @@
#include "hb-open-type-private.hh"
+#define NO_CONTEXT ((unsigned int) 0x110000)
+#define NOT_COVERED ((unsigned int) 0x110000)
+#define MAX_NESTING_LEVEL 8
+
+
/*
*
* OpenType Layout Common Table Formats