From 1626f609a209bef0ff1d60b4e9ae2c664d604259 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 20 Mar 2012 13:41:16 +0200 Subject: remove NEXT PREV aliases --- monsterwm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/monsterwm.c b/monsterwm.c index 7d6711f..46ab69b 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -17,7 +17,7 @@ #define BUTTONMASK ButtonPressMask|ButtonReleaseMask #define ISFFT(c) (c->isfullscrn || c->isfloating || c->istransient) -enum { PREV = -1, NEXT = 1, RESIZE, MOVE }; +enum { RESIZE, MOVE }; enum { TILE, MONOCLE, BSTACK, GRID, MODES }; enum { WM_PROTOCOLS, WM_DELETE_WINDOW, WM_COUNT }; enum { NET_SUPPORTED, NET_FULLSCREEN, NET_WM_STATE, NET_ACTIVE, NET_COUNT }; @@ -149,8 +149,7 @@ static int xerrorstart(); static Bool running = True; static int previous_desktop = 0, current_desktop = 0; -static int mode = DEFAULT_MODE; -static int screen, wh, ww; /* window area width/height - screen height minus the panel height */ +static int screen, wh, ww, mode = DEFAULT_MODE; static int (*xerrorxlib)(Display *, XErrorEvent *); static unsigned int numlockmask = 0, win_unfocus, win_focus; static Display *dis; -- cgit v1.3.1