aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sawfish2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-08 21:26:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-08 21:26:49 +0000
commitda303dca990dbeebe06239092f6dc6c0fd2afa94 (patch)
tree80f1dbeab8fa5a5a4424254a825482b7e520a559 /x11-wm/sawfish2/files
parentaca9acf32c94f7248b67d14bc4cabdfcc809058f (diff)
downloadports-da303dca990dbeebe06239092f6dc6c0fd2afa94.tar.gz
ports-da303dca990dbeebe06239092f6dc6c0fd2afa94.zip
Notes
Diffstat (limited to 'x11-wm/sawfish2/files')
-rw-r--r--x11-wm/sawfish2/files/patch-src_gtk-style.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/sawfish2/files/patch-src_gtk-style.c b/x11-wm/sawfish2/files/patch-src_gtk-style.c
new file mode 100644
index 000000000000..6279de7f770e
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-src_gtk-style.c
@@ -0,0 +1,15 @@
+--- src/gtk-style.c.orig Sat Feb 8 16:17:37 2003
++++ src/gtk-style.c Sat Feb 8 16:18:39 2003
+@@ -97,12 +97,6 @@
+ {
+ /* 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 (rc->font_name != 0)
+- printf ("(font . \"%s\")\n", rc->font_name);
+- if (rc->fontset_name != 0)
+- printf ("(fontset . \"%s\")\n", rc->fontset_name);
+-#endif
+ if (print_rc_colors ("fg", rc->fg, 5, rc->color_flags, GTK_RC_FG))
+ print_colors ("fg", style->fg, 5);
+ if (print_rc_colors ("bg", rc->bg, 5, rc->color_flags, GTK_RC_BG))