Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index cc04542d6e..a63de53d55 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -163,6 +163,8 @@ char * OS_nativeFunctionNames[] = {
"_1G_1TYPE_1STRING",
"_1PANGO_1PIXELS",
"_1PANGO_1TYPE_1FONT_1DESCRIPTION",
+ "_1PANGO_1TYPE_1FONT_1FACE",
+ "_1PANGO_1TYPE_1FONT_1FAMILY",
"_1PANGO_1TYPE_1LAYOUT",
"_1XCheckIfEvent",
"_1XDefaultRootWindow",
@@ -1816,6 +1818,8 @@ char * OS_nativeFunctionNames[] = {
#else
"memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ",
#endif
+ "pangoFontFaceNewProc_1CALLBACK",
+ "pangoFontFamilyNewProc_1CALLBACK",
"pangoLayoutNewProc_1CALLBACK",
"realpath",
"strcmp",

Back to the top