Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Welcome X.org 7.2 \o/. | flz | 2007-05-20 | 1 | -1/+1 |
* | Remove USE_REINPLACE from categories starting with X | edwin | 2006-05-13 | 1 | -1/+0 |
* | Add SHA256 hashes to my ports. | danfe | 2005-11-30 |
--- 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'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Welcome X.org 7.2 \o/. | flz | 2007-05-20 | 1 | -1/+1 |
* | Remove USE_REINPLACE from categories starting with X | edwin | 2006-05-13 | 1 | -1/+0 |
* | Add SHA256 hashes to my ports. | danfe | 2005-11-30 |