From 18898e08dc11423731de39a6b11b264222c2e492 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 21 Dec 2003 16:23:59 +0000 Subject: updated m_last_time, this fixes the mozilla focus issue --- src/fluxbox.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 3330c8c..1e1ef36 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.212 2003/12/21 15:24:28 rathnor Exp $ +// $Id: fluxbox.cc,v 1.213 2003/12/21 16:23:59 fluxgen Exp $ #include "fluxbox.hh" @@ -873,6 +873,7 @@ void Fluxbox::handleEvent(XEvent * const e) { } break; case MotionNotify: + m_last_time = e->xmotion.time; break; case PropertyNotify: { m_last_time = e->xproperty.time; @@ -945,7 +946,7 @@ void Fluxbox::handleEvent(XEvent * const e) { cerr<<__FILE__<<"("<<__FUNCTION__<<") Focus out is not a FluxboxWindow !!"<