]> git.pld-linux.org Git - packages/fluxbox.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Apr 2007 10:58:55 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fluxbox-wheel_direction.patch -> 1.3

fluxbox-wheel_direction.patch [deleted file]

diff --git a/fluxbox-wheel_direction.patch b/fluxbox-wheel_direction.patch
deleted file mode 100644 (file)
index 58f6911..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -ur fluxbox.orig/src/fluxbox.cc fluxbox/src/fluxbox.cc
---- fluxbox.orig/src/fluxbox.cc        2004-07-16 03:47:46.000000000 +0200
-+++ fluxbox/src/fluxbox.cc     2004-08-06 19:34:54.569424376 +0200
-@@ -1146,9 +1146,9 @@
-                 screen->getRootmenu().grabInputFocus();
-             }
-         } else if (screen->isDesktopWheeling() && be.button == 4) {
--            screen->nextWorkspace(1);
--        } else if (screen->isDesktopWheeling() && be.button == 5) {
-             screen->prevWorkspace(1);
-+        } else if (screen->isDesktopWheeling() && be.button == 5) {
-+            screen->nextWorkspace(1);
-         }
-         
-     } break;
-diff -ur fluxbox.orig/src/Toolbar.cc fluxbox/src/Toolbar.cc
---- fluxbox.orig/src/Toolbar.cc        2004-07-15 18:11:58.000000000 +0200
-+++ fluxbox/src/Toolbar.cc     2004-08-06 19:35:09.766114128 +0200
-@@ -504,9 +504,9 @@
-     if (re.button == 1)
-         raise();
-     else if (re.button == 4) //mousewheel scroll up
--        screen().nextWorkspace(1);
--    else if (re.button == 5)  //mousewheel scroll down
-         screen().prevWorkspace(1);
-+    else if (re.button == 5)  //mousewheel scroll down
-+        screen().nextWorkspace(1);
- }
- void Toolbar::enterNotifyEvent(XCrossingEvent &not_used) {
This page took 0.076858 seconds and 4 git commands to generate.