diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-30 21:14:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-30 21:14:07 +0000 |
commit | 845d3701f799bc059e9cdcfb0e4988e8de83d3bf (patch) | |
tree | df3711e42f2fc82cb30342e163c3376f7e758768 /HACKING | |
parent | 2de8e8bf5e405c21a128717aa1b276437b8b51dc (diff) | |
download | gtk+-845d3701f799bc059e9cdcfb0e4988e8de83d3bf.tar.gz |
Patch from Hidetoshi Tajima to fix bad match error when target drawable is
Fri Nov 30 16:12:21 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix
bad match error when target drawable is not the
same depth as the root window. (#65841)
* HACKING: Update.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,13 +1,11 @@ -If you want to hack on the Gtk+ project, it will make you life easier -to have the following packages installed: +If you want to hack on the GTK+ project, you'll need to have +the following packages installed: - - GNU autoconf 2.13 + - GNU autoconf 2.52 - GNU automake 1.4 - (Beta releases are at ftp://ftp.cygnus.com/pub/tromey) - - GNU libtool 1.2d + - GNU libtool 1.4 - indent (GNU indent 1.9.1 is known good) - - GNU gettext 10.35 - Available in ftp://alpha.gnu.org/gnu + - GNU gettext 10.40 These should be available by ftp from ftp.gnu.org or any of the fine GNU mirrors. Beta software can be found at alpha.gnu.org. |