fix sloppy focus to not lose focus on root window
rathnor rathnor
1 files changed,
1 insertions(+),
5 deletions(-)
jump to
M
src/fluxbox.cc
→
src/fluxbox.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.100 2003/02/23 00:53:31 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.101 2003/02/23 21:41:49 rathnor Exp $ #include "fluxbox.hh"@@ -731,10 +731,6 @@ if ((e->xcrossing.window == e->xcrossing.root) &&
(screen = searchScreen(e->xcrossing.window))) { screen->getImageControl()->installRootColormap(); - // if sloppy focus, then remove focus from windows - if (screen->isSloppyFocus() || - screen->isSemiSloppyFocus()) - setFocusedWindow(0); } }