all repos — fluxbox @ b6ca956c821e1e968dda10ee7852c6933b549b08

custom fork of the fluxbox windowmanager

removed cycle clients with mouse wheel
fluxgen fluxgen
commit

b6ca956c821e1e968dda10ee7852c6933b549b08

parent

f4ce449632eeb85aaeae63f32a7165d71047cde0

1 files changed, 1 insertions(+), 5 deletions(-)

jump to
M src/Slit.ccsrc/Slit.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Slit.cc,v 1.37 2003/02/23 00:54:13 fluxgen Exp $ +// $Id: Slit.cc,v 1.38 2003/04/14 14:53:12 fluxgen Exp $ #include "Slit.hh"

@@ -953,10 +953,6 @@ slitmenu.move(x, y);

slitmenu.show(); } else slitmenu.hide(); - } else if (e.button == 4) { - cycleClientsUp(); - } else if (e.button == 5) { - cycleClientsDown(); } }