Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded pointer warp on drop in resize - dwm - [fork] customized build of dwm, t…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7055315725c66eea7861137d9146d10d62d4cee1
parent fd995dac78e34cc427abd7198af0db957a40664a
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 12 Feb 2007 10:19:52 +0100
added pointer warp on drop in resize
Diffstat:
M event.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/event.c b/event.c
t@@ -82,6 +82,8 @@ resizemouse(Client *c) {
switch(ev.type) {
case ButtonRelease:
resize(c, True);
+ XWarpPointer(dpy, None, c->win, 0, 0, 0, 0,
+ c->w + c->border - 1, c->h + c->border…
XUngrabPointer(dpy, CurrentTime);
return;
case ConfigureRequest:
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.