wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit d154240ab4c7530794f1b7c78b835f3c93cc9a8c
parent 9d37029fe998b7199df45669a30c1c9df56cfb75
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 23 Mar 2006 14:42:33 +0100

allowing moving frames through Button1 on frames (though resize only through the Modkey+Button3 on client area), this allows handy movements between columns


Diffstat:
cmd/wm/event.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/wm/event.c b/cmd/wm/event.c @@ -74,6 +74,8 @@ handle_buttonpress(XEvent *e) focus(c); return; } + else + mouse_move(c); } if(c->nframe) { snprintf(buf, sizeof(buf), "ClientClick %d %d\n",