kwin/effects/highlightwindow
Thomas Lübking 2a5861faef highlight effect: windowAdded false positive exits
When a window is added while the effect is running
it shall either be highlighted or hidden, but not exit
the effect what happened, because the property notification
is invoked to test whether the window has a highlight
property (questionable since the effect is running, but
valid - could be different X11 client) and that routine
exits the effect if no property is found (assuming it was
withdrawn)

REVIEW: 112494
2013-09-08 23:43:57 +02:00
..
CMakeLists.txt
highlightwindow.cpp highlight effect: windowAdded false positive exits 2013-09-08 23:43:57 +02:00
highlightwindow.desktop SVN_SILENT made messages (.desktop file) 2013-06-09 03:47:41 +00:00
highlightwindow.h highlight effect: windowAdded false positive exits 2013-09-08 23:43:57 +02:00