mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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)
This commit is contained in:
parent
e91564ba49
commit
0f4970f07d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84849
11
x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
Normal file
11
x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
Normal file
@ -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*)
|
Loading…
Reference in New Issue
Block a user