wmii

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

commit 7d46f4474a7c4835b220c3af4c416dcb69b6328a
parent 0de7a18beb91b97e8f3e65053ce48e093a7d36db
Author: garbeam <garbeam@localhost.localdomain>
Date:   Fri,  9 Dec 2005 00:57:41 +0200

fixed compile issue


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

diff --git a/cmd/wm/layout_float.c b/cmd/wm/layout_float.c @@ -99,6 +99,3 @@ static void resize_float(Frame *f, XRectangle *new, XPoint *pt) static Container *get_frames_float(Area *a) { return a->aux; } - - - center_pointer(f);