f7d6e4affd
Summary: If an Effect has replaced the TabBox and wants to react on mouse events the EffectsHandlerImpl also has an X11Filter, so we only need to make sure the events go to that filter. Motion: TabBox did not filter out, so events will go to the Effects filter. Press/Release: TabBox should not operate if Effects take the events. The events are filtered out by Effects if there is a grab, so just check for that and go out. Effects will take care. Test Plan: Compiles Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D7846 |
||
---|---|---|
.. | ||
clientmodel.cpp | ||
clientmodel.h | ||
CMakeLists.txt | ||
desktopchain.cpp | ||
desktopchain.h | ||
desktopmodel.cpp | ||
desktopmodel.h | ||
kwindesktopswitcher.desktop | ||
kwinwindowswitcher.desktop | ||
switcheritem.cpp | ||
switcheritem.h | ||
tabbox.cpp | ||
tabbox.h | ||
tabbox_logging.cpp | ||
tabbox_logging.h | ||
tabboxconfig.cpp | ||
tabboxconfig.h | ||
tabboxhandler.cpp | ||
tabboxhandler.h | ||
x11_filter.cpp | ||
x11_filter.h |