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/pangoft2-private.h | |
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/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index bb8c84eb..d138a89a 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -38,7 +38,7 @@ (g_print ("%s:%d ", __FILE__, __LINE__), \ g_print printlist) #endif -#else +#else /* !DEBUGGING */ #define PING(printlist) #endif |