aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-14 13:11:41 +0800
committernork <nork@FreeBSD.org>2003-07-14 13:11:41 +0800
commitd9db7d23ecee80a95504f7fa91f7ae679000fad2 (patch)
tree5b49dd49f1cf7e5e18f165c89c4378da836715d3 /x11-toolkits
parentc1eab27da6a5020e8baf4d36ec5fc32f9705d6d5 (diff)
downloadfreebsd-ports-gnome-d9db7d23ecee80a95504f7fa91f7ae679000fad2.tar.gz
freebsd-ports-gnome-d9db7d23ecee80a95504f7fa91f7ae679000fad2.tar.zst
freebsd-ports-gnome-d9db7d23ecee80a95504f7fa91f7ae679000fad2.zip
Unbreak lacking of the gtktextview.disable_scroll_on_focus element
on gtk-2.2.2. PR: ports/54443 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub b/x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
new file mode 100644
index 000000000000..9439e5d62a38
--- /dev/null
+++ b/x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
@@ -0,0 +1,11 @@
+--- src/gtktextview.stub.orig Sun Jul 13 10:40:20 2003
++++ src/gtktextview.stub Sun Jul 13 10:41:03 2003
+@@ -35,7 +35,7 @@
+ (cursor-visible :type <uint>)
+ (need-im-reset :type <uint>)
+ (just-selected-element :type <uint>)
+- (disable-scroll-on-focus :type <uint>)
++ ;; (disable-scroll-on-focus :type <uint>) ;; doesn't exist in gtk-2.2.2
+ (onscreen-validated :type <uint>)
+ (mouse-cursor-obscured :type <uint>)
+ ;; text-window :type (UNKNOWN . GtkTextWindow*)