diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-09 19:26:56 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-09 19:26:56 +0100 |
commit | ad069aad35e558c445b9b5894d55bce0bbf2075a (patch) | |
tree | 88c6860815ee1541fc24870449908d876d5c44df /extra/lesstif/scroll.patch | |
parent | b4b606102d6f0bd19e02efaf0d4d10010eeb3765 (diff) | |
download | nutyx-pakxe-ad069aad35e558c445b9b5894d55bce0bbf2075a.tar.gz nutyx-pakxe-ad069aad35e558c445b9b5894d55bce0bbf2075a.tar.bz2 nutyx-pakxe-ad069aad35e558c445b9b5894d55bce0bbf2075a.tar.xz nutyx-pakxe-ad069aad35e558c445b9b5894d55bce0bbf2075a.zip |
Maj lesstif#0.95.2-1
Diffstat (limited to 'extra/lesstif/scroll.patch')
-rw-r--r-- | extra/lesstif/scroll.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/lesstif/scroll.patch b/extra/lesstif/scroll.patch deleted file mode 100644 index 11f9bf3e1..000000000 --- a/extra/lesstif/scroll.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 - ; - |