summaryrefslogtreecommitdiff
path: root/pango/module-defs-win32.c.win32
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-08-04 16:04:33 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-08-04 16:04:33 +0000
commit53fd91c02a3433a99a1797cc20f5bd7527db414f (patch)
treeb3733f49ee7db469b5b44a67928a144da156b13f /pango/module-defs-win32.c.win32
parenta6a6f4e83e789d4172cb432d34b2e750b6154e1c (diff)
downloadpango-53fd91c02a3433a99a1797cc20f5bd7527db414f.tar.gz
Don't build the non-existant testfont binary Use glib-mkenums instead of
2001-08-04 Alexander Larsson <alexl@redhat.com> * pango/makefile.msc: Don't build the non-existant testfont binary Use glib-mkenums instead of the old mkenums.pl copy module-defs-win32.c.win32 to module-defs-win32.c * pasng/module-defs-win32.c.win32: Include the built in basic-win32 stuff.
Diffstat (limited to 'pango/module-defs-win32.c.win32')
-rw-r--r--pango/module-defs-win32.c.win327
1 files changed, 7 insertions, 0 deletions
diff --git a/pango/module-defs-win32.c.win32 b/pango/module-defs-win32.c.win32
index 64b129b9..e0b0cfd4 100644
--- a/pango/module-defs-win32.c.win32
+++ b/pango/module-defs-win32.c.win32
@@ -4,6 +4,13 @@
#include "modules.h"
+void _pango_basic_script_engine_list (PangoEngineInfo **engines,
+ gint *n_engines);
+PangoEngine *_pango_basic_script_engine_load (const char *id);
+void _pango_basic_script_engine_unload (PangoEngine *engine);
+
+
PangoIncludedModule _pango_included_win32_modules[] = {
+ { _pango_basic_script_engine_list, _pango_basic_script_engine_load, _pango_basic_script_engine_unload },
{ NULL, NULL, NULL },
};