diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:32:43 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:32:43 +0200 |
commit | b80d507f0a95bf8c9ea9c3cad8a6dbe84729dddf (patch) | |
tree | ec9d925f00b5da96bd290a90216476b76a95fc3a /extra/lesstif/scroll.patch | |
parent | fcb7a8269f0bd19bd9b86804c79347339f58779f (diff) | |
download | nutyx-extra-b80d507f0a95bf8c9ea9c3cad8a6dbe84729dddf.tar.gz nutyx-extra-b80d507f0a95bf8c9ea9c3cad8a6dbe84729dddf.tar.bz2 nutyx-extra-b80d507f0a95bf8c9ea9c3cad8a6dbe84729dddf.tar.xz nutyx-extra-b80d507f0a95bf8c9ea9c3cad8a6dbe84729dddf.zip |
Ajout de lesstif#0.95.0-3
Diffstat (limited to 'extra/lesstif/scroll.patch')
-rw-r--r-- | extra/lesstif/scroll.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/lesstif/scroll.patch b/extra/lesstif/scroll.patch new file mode 100644 index 000000000..11f9bf3e1 --- /dev/null +++ b/extra/lesstif/scroll.patch @@ -0,0 +1,13 @@ +--- lesstif-0.95.0/lib/Xm-2.1/Transltns.old 2006-12-31 18:28:29.000000000 +0200 ++++ lesstif-0.95.0/lib/Xm-2.1/Transltns.c 2006-12-31 18:29:12.000000000 +0200 +@@ -670,8 +670,8 @@ + /* Scroll wheel */ + "\nShift<Btn4Down>: page-left()" + "\nShift<Btn5Down>: page-right()" +- "\n<Btn5Down>: scroll-one-line-up()" +- "\n<Btn4Down>: scroll-one-line-down()" ++ "\n<Btn4Down>: scroll-one-line-up()" ++ "\n<Btn5Down>: scroll-one-line-down()" + #endif + ; + |