tMake wm_move us X/Y coordinates as is - libwm - X windows manipulation library
 (HTM) git clone git://z3bra.org/libwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 208dfb86eb0b9740a0a909def3570d5d1eb6457a
 (DIR) parent ae47478c1ce914b39c17eba1928d210e2a9c15a3
 (HTM) Author: z3bra <willyatmailoodotorg>
       Date:   Thu, 26 Nov 2015 00:33:58 +0100
       
       Make wm_move us X/Y coordinates as is
       
       Diffstat:
         M libwm.c                             |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/libwm.c b/libwm.c
       t@@ -264,9 +264,6 @@ wm_move(xcb_window_t wid, int mode, int x, int y)
                if (mode == RELATIVE) {
                        x += curx;
                        y += cury;
       -        } else  {
       -                x -= curw;
       -                y -= curh;
                }
        
                /* the following prevent windows from moving off the screen */