all repos — fluxbox @ c07eb7b2de0396949ac2725de06094b80155da09

custom fork of the fluxbox windowmanager

changes in revertFocus
fluxgen fluxgen
commit

c07eb7b2de0396949ac2725de06094b80155da09

parent

403a9727ce6071bfc2812c9b2141dc3ef475c007

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

jump to
M src/Screen.ccsrc/Screen.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: Screen.cc,v 1.154 2003/05/11 13:36:10 fluxgen Exp $ +// $Id: Screen.cc,v 1.155 2003/05/11 15:26:34 fluxgen Exp $ #include "Screen.hh"

@@ -981,7 +981,7 @@ // or revert normally

if (client.transientFor() && client.transientFor()->fbwindow()) client.transientFor()->fbwindow()->setInputFocus(); else - Fluxbox::instance()->revertFocus(&focused->screen()); + Fluxbox::instance()->revertFocus(focused->screen()); } }

@@ -1092,7 +1092,7 @@

if (focused && (focused->isStuck() || focused->isMoving())) { focused->setInputFocus(); } else - Fluxbox::instance()->revertFocus(this); + Fluxbox::instance()->revertFocus(*this); if (focused && focused->isMoving()) { focused->resumeMoving();