diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-05 12:03:33 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-05 12:03:33 +0000 |
commit | d91b7c4abfa2b1284bfbc12429036bf8a39bfea1 (patch) | |
tree | c2e7b729dccb02bfc8627280deec27dcb17be07b /x11-wm/sawfish/files | |
parent | Updates (diff) | |
download | gentoo-2-d91b7c4abfa2b1284bfbc12429036bf8a39bfea1.tar.gz gentoo-2-d91b7c4abfa2b1284bfbc12429036bf8a39bfea1.tar.bz2 gentoo-2-d91b7c4abfa2b1284bfbc12429036bf8a39bfea1.zip |
bugfix
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch b/x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch new file mode 100644 index 000000000000..d5215adc74c9 --- /dev/null +++ b/x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch @@ -0,0 +1,11 @@ +--- sawfish-1.2-gtk2/src/gtk-style.c.orig 2002-01-10 14:29:21.000000000 -0500 ++++ sawfish-1.2-gtk2/src/gtk-style.c 2003-01-04 23:16:31.000000000 -0500 +@@ -97,7 +97,7 @@ + { + /* If GTK_MINOR_VERSION is not 2 we are using gtk+ 1.3.x or 2.0 + so these two members are no more */ +-#if (GTK_MINOR_VERSION == 2) ++#if (GTK_MAJOR_VERSION == 1 && GTK_MINOR_VERSION == 2) + if (rc->font_name != 0) + printf ("(font . \"%s\")\n", rc->font_name); + if (rc->fontset_name != 0) |