diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-03-17 21:25:16 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-03-17 21:25:16 +0000 |
commit | 87d7dc354f46b00e4835a7136b56a35edada5bf2 (patch) | |
tree | 7808712bf915719102f6f3dc953ed4753f8e8128 /ChangeLog.pre-1-4 | |
parent | e3bc68e7ee786503c41846c7f38e8d8afb9f0232 (diff) | |
download | pango-87d7dc354f46b00e4835a7136b56a35edada5bf2.tar.gz |
Add pango_win32_os_version_info variable, an OSVERSIONINFO struct.
2002-03-17 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32-private.h: Add pango_win32_os_version_info
variable, an OSVERSIONINFO struct.
* pango/pangowin32.c: Initialise it.
* pango/pangowin32.h: Set _WIN32_WINNT to 0x0501 before including
<windows.h> to get the ClearType-related macros defined (if recent
enough headers are used).
* pango/pangowin32-fontcache.c (pango_win32_font_cache_load): Set
desired font quality to CLEARTYPE_QUALITY if on XP (or later), and
the system settings ask for ClearType.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index bc170918..7e2819fa 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,18 @@ +2002-03-17 Tor Lillqvist <tml@iki.fi> + + * pango/pangowin32-private.h: Add pango_win32_os_version_info + variable, an OSVERSIONINFO struct. + + * pango/pangowin32.c: Initialise it. + + * pango/pangowin32.h: Set _WIN32_WINNT to 0x0501 before including + <windows.h> to get the ClearType-related macros defined (if recent + enough headers are used). + + * pango/pangowin32-fontcache.c (pango_win32_font_cache_load): Set + desired font quality to CLEARTYPE_QUALITY if on XP (or later), and + the system settings ask for ClearType. + 2002-03-16 Sven Neumann <sven@gimp.org> * configure.in (GLIB_CFLAGS): use CFLAGS from gthread-2.0 to assure |