all repos — fluxbox @ 9b98967032f8d07c309cd694dccf4427b162c4fa

custom fork of the fluxbox windowmanager

fix sloppy focus to not lose focus on root window
rathnor rathnor
commit

9b98967032f8d07c309cd694dccf4427b162c4fa

parent

67f5dd9dd79b5b6b5a4972cf31ba95692a1c2a88

1 files changed, 1 insertions(+), 5 deletions(-)

jump to
M src/fluxbox.ccsrc/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); } }