diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-24 03:18:14 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-24 03:18:14 +0000 |
commit | 86c2f6edb5fd563119ca060e39efac4560da573c (patch) | |
tree | 43cc66787b2dd62e92bc6ccc60980ed4e7eeb1be /x11/gtk2-engines/patches/patch-aa | |
parent | 79359c4e7bd81a9ae08f9396e5fa2f38aecefe46 (diff) | |
download | pkgsrc-86c2f6edb5fd563119ca060e39efac4560da573c.tar.gz |
Enable animation support in the Clearlooks theme, bump PKGREVISION
Diffstat (limited to 'x11/gtk2-engines/patches/patch-aa')
-rw-r--r-- | x11/gtk2-engines/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gtk2-engines/patches/patch-aa b/x11/gtk2-engines/patches/patch-aa new file mode 100644 index 00000000000..4d05d31f774 --- /dev/null +++ b/x11/gtk2-engines/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.9 2008/11/24 03:18:14 jmcneill Exp $ + +--- themes/Clearlooks/gtk-2.0/gtkrc.orig 2008-11-23 22:15:45.000000000 -0500 ++++ themes/Clearlooks/gtk-2.0/gtkrc +@@ -73,7 +73,7 @@ style "default" { + reliefstyle = 1 + menubarstyle = 2 + toolbarstyle = 1 +- animation = FALSE ++ animation = TRUE + radius = 3.0 + style = GUMMY + |