fixed workspace warping

This commit is contained in:
fluxgen 2002-04-20 10:27:13 +00:00
parent 1f0fd322cf
commit 7f43f5bf11

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: fluxbox.cc,v 1.52 2002/04/19 09:33:42 fluxgen Exp $ // $Id: fluxbox.cc,v 1.53 2002/04/20 10:27:13 fluxgen Exp $
//Use some GNU extensions //Use some GNU extensions
#ifndef _GNU_SOURCE #ifndef _GNU_SOURCE
@ -977,7 +977,7 @@ void Fluxbox::handleButtonEvent(XButtonEvent &be) {
} else if (be.button == 4) { } else if (be.button == 4) {
screen->nextWorkspace(1); screen->nextWorkspace(1);
} else if (be.button == 5) { } else if (be.button == 5) {
screen->nextWorkspace(1); screen->prevWorkspace(1);
} }
} }
} }