Add GPOS stub
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Dec 2006 00:59:07 +0000 (19:59 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Dec 2006 00:59:07 +0000 (19:59 -0500)
src/harfbuzz-ng.cc

index ac94578..97014f9 100644 (file)
@@ -697,6 +697,9 @@ struct GSUBGPOSHeader {
 struct GSUB : GSUBGPOSHeader {
 };
 
+struct GPOS : GSUBGPOSHeader {
+};
+
 
 #include <stdlib.h>
 #include <stdio.h>