diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-11-11 15:32:57 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-11-11 15:32:57 +0000 |
commit | 9b6b1cc06cd9fdb18be644248577eae22ef6ee5f (patch) | |
tree | 0b1f32ca805f005c336c910226f79dfef7115133 /pango/makefile.mingw.in | |
parent | 3d3be7b21de8ba776faffc560cab565a0d7d5022 (diff) | |
download | pango-9b6b1cc06cd9fdb18be644248577eae22ef6ee5f.tar.gz |
Add code to call SetTextAlign, but commented out.
2000-11-11 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_render): Add code to call
SetTextAlign, but commented out.
* pango/makefile.mingw.in (PANGO_OBJS): Add new objects.
* pango/pango.def: Add new functions.
Diffstat (limited to 'pango/makefile.mingw.in')
-rw-r--r-- | pango/makefile.mingw.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/makefile.mingw.in b/pango/makefile.mingw.in index 1e1fb33a..aa9b3a2f 100644 --- a/pango/makefile.mingw.in +++ b/pango/makefile.mingw.in @@ -29,8 +29,10 @@ PANGO_OBJS = \ pango-context.o \ pango-coverage.o \ pango-fontmap.o \ + pango-intset.o \ pango-item.o \ pango-layout.o \ + pango-markup.o \ pango-tabs.o \ pango-utils.o \ reorder-items.o \ |