summaryrefslogtreecommitdiff
path: root/pango/module-defs-ft2.c.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-01-07 17:08:13 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-01-07 17:08:13 +0000
commitc7fca238d48e14b77d42efff9f399f6a40de2f19 (patch)
tree50209490652bb56f1a8758c35011e974c45e1e39 /pango/module-defs-ft2.c.win32
parent93968e4379a2893e3e8ddcbd24702100e8e91c0f (diff)
downloadpango-c7fca238d48e14b77d42efff9f399f6a40de2f19.tar.gz
Allow '+' in the filename.
2001-01-07 Tor Lillqvist <tml@iki.fi> * pango/fonts.c (pango_font_description_to_filename): Allow '+' in the filename. * pango/pangowin32.c (get_font_metrics_from_string): Adopt to new prototype for g_utf8_to_ucs4). * pango/module-defs.c.win32: Removed. * pango/module-defs-ft2.c.win32: New file, hand-written until GNU configure is used on Win32, too. * pango/makefile.mingw.in * pango/Makefile.am (EXTRA_DIST): Corresponding changes. * pango/pango.def: Update.
Diffstat (limited to 'pango/module-defs-ft2.c.win32')
-rw-r--r--pango/module-defs-ft2.c.win329
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/module-defs-ft2.c.win32 b/pango/module-defs-ft2.c.win32
new file mode 100644
index 00000000..9f63d926
--- /dev/null
+++ b/pango/module-defs-ft2.c.win32
@@ -0,0 +1,9 @@
+/* Hand-written. Once the GNU configure mechanism is used
+ * on Win32, too, can be generated.
+*/
+
+#include "modules.h"
+
+PangoIncludedModule _pango_included_ft2_modules[] = {
+ { NULL, NULL, NULL },
+};