wmii

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

commit a56387dae523838301909659645d4ee1220c810c
parent 45e7c494ab8b9e11756e51844d7d84d85a045b8b
Author: garbeam <garbeam@localhost>
Date:   Tue, 10 Jan 2006 18:23:42 +0200

fixed float window focus issue reported by tube


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

diff --git a/cmd/wm/layout_float.c b/cmd/wm/layout_float.c @@ -196,6 +196,7 @@ focus_float(Frame * f, Bool raise) XRaiseWindow(dpy, f->win); center_pointer(f); } + focus_client(f->sel); if(old && old != f) draw_frame(old); draw_frame(f);