--- src/workspace.c.orig Tue Jan 8 22:45:33 2002 +++ src/workspace.c Thu Jan 22 01:47:49 2004 @@ -574,10 +574,12 @@ wWorkspaceForceChange(WScreen *scr, int &foo, &foo, &foo, &foo, &mask)) { tmp = wWindowFor(win); } - if (!tmp && wPreferences.focus_mode == WKF_SLOPPY) { - wSetFocusTo(scr, foc); - } else { - wSetFocusTo(scr, tmp); + if (!tmp) { + if (wPreferences.focus_mode == WKF_SLOPPY) { + wSetFocusTo(scr, foc); + } else { + wSetFocusTo(scr, tmp); + } } } } repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xcurs
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
* Add SHA256 hashes to my ports.danfe2005-11-30