Revision 914a24a...

Go back to digest for 11th August 2013

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [kde-workspace/frameworks-scratch] /:

Replacement for XEvent queue inspection in FocusOut event case

Instead of inspecting the XEvent queue we create a Timer with a
singleshot of 0 msec to move the setActive(false) call to the end of the
event handling. In case there is a matching FocusIn event this will be
handled before the timer fired and can cancel the timer.

File Changes

Modified 3 files
  •   kwin/client.cpp
  •   kwin/client.h
  •   kwin/events.cpp
3 files changed in total