diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-14 05:11:41 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-14 05:11:41 +0000 |
commit | 0f4970f07d0b249eb9e4b7be5b89394b75b1c1ac (patch) | |
tree | 36598a4b2b7c8f1c5bfb4b07530eaeac49f3547e /x11-toolkits/gauche-gtk | |
parent | e91564ba49e81232b69e98567733610238bbde12 (diff) | |
download | ports-0f4970f07d0b249eb9e4b7be5b89394b75b1c1ac.tar.gz ports-0f4970f07d0b249eb9e4b7be5b89394b75b1c1ac.zip |
Notes
Diffstat (limited to 'x11-toolkits/gauche-gtk')
-rw-r--r-- | x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub | 11 |
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*) |