diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index 513fbb6..35d9b80 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1668,6 +1668,10 @@ void FluxboxWindow::lower() { | |||
1668 | #ifdef DEBUG | 1668 | #ifdef DEBUG |
1669 | cerr<<"FluxboxWindow("<<title()<<")::lower()"<<endl; | 1669 | cerr<<"FluxboxWindow("<<title()<<")::lower()"<<endl; |
1670 | #endif // DEBUG | 1670 | #endif // DEBUG |
1671 | |||
1672 | /* Ignore all EnterNotify events until the pointer actually moves */ | ||
1673 | screen().focusControl().ignoreAtPointer(); | ||
1674 | |||
1671 | // get root window | 1675 | // get root window |
1672 | WinClient *client = getRootTransientFor(m_client); | 1676 | WinClient *client = getRootTransientFor(m_client); |
1673 | 1677 | ||