diff options
Diffstat (limited to 'x11-wm/awesome2/files/extrapatch-warp')
-rw-r--r-- | x11-wm/awesome2/files/extrapatch-warp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/awesome2/files/extrapatch-warp b/x11-wm/awesome2/files/extrapatch-warp deleted file mode 100644 index 76aa663e042e..000000000000 --- a/x11-wm/awesome2/files/extrapatch-warp +++ /dev/null @@ -1,11 +0,0 @@ ---- layout.c.orig 2007-09-26 13:18:33.000000000 +0300 -+++ layout.c 2007-09-26 13:20:48.000000000 +0300 -@@ -114,6 +114,8 @@ - Client *c; - XEvent ev; - XWindowChanges wc; -+ if(sel) -+ XWarpPointer(disp, None, sel->win, 0, 0, 0, 0, sel->w / 2, sel->h / 2); - - drawstatusbar(disp, awesomeconf->screen, drawcontext, awesomeconf); - if(!sel) |