diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-04 22:08:50 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-04 22:08:50 +0000 |
commit | b60940539e01ec2a953c06976a3b9181aca43f6d (patch) | |
tree | 20342405650cc6a92cf30619eaa5e3d7903278af /ChangeLog.pre-2-8 | |
parent | d42fa02bc3242701e7d5a9dca44e128c24a30d6d (diff) | |
download | gtk+-b60940539e01ec2a953c06976a3b9181aca43f6d.tar.gz |
modules/engines/Makefile.am Decide whether to build the ms-windows theme
2005-06-05 Tor Lillqvist <tml@novell.com>
* modules/engines/Makefile.am
* modules/input/Makefile.am: Decide whether to build the
ms-windows theme engine based on the GDK backend, not based on
platform. (I.e., if building for Cygwin with the X11 backend, we
shouldn't build the ms-windows engine, but if building for Cygwin
but with the Win32 backend, we should.) Ditto for the IME
(Windows) input module. (#305832)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1b4887eb59..1bc131cabe 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,13 @@ +2005-06-05 Tor Lillqvist <tml@novell.com> + + * modules/engines/Makefile.am + * modules/input/Makefile.am: Decide whether to build the + ms-windows theme engine based on the GDK backend, not based on + platform. (I.e., if building for Cygwin with the X11 backend, we + shouldn't build the ms-windows engine, but if building for Cygwin + but with the Win32 backend, we should.) Ditto for the IME + (Windows) input module. (#305832) + 2005-06-04 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkcursor-win32.c |