all repos — openbox @ d5cff9617cb8bf6416a1b574c111931e9e578b9f

openbox fork - make it a bit more like ryudo

rm _focus, its no longer used
Dana Jansens danakj@orodu.net
commit

d5cff9617cb8bf6416a1b574c111931e9e578b9f

parent

fade5572e3d157712a3552244358189abbf8efd5

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

jump to
M otk/eventdispatcher.ccotk/eventdispatcher.cc

@@ -11,7 +11,7 @@

namespace otk { OtkEventDispatcher::OtkEventDispatcher() - : _fallback(0), _master(0), _focus(None) + : _fallback(0), _master(0) { }
M otk/eventdispatcher.hhotk/eventdispatcher.hh

@@ -38,7 +38,6 @@ private:

OtkEventMap _map; OtkEventHandler *_fallback; OtkEventHandler *_master; - Window _focus; //! The time at which the last XEvent with a time was received Time _lasttime;