8d0554e45a
Summary: Some JavaScript based effects need to grab particular windows in order to avoid conflicts with other effects. Example usage: ```lang=js effects.windowAdded.connect(function (window) { if (effect.grab(window, Effect.WindowAddedGrabRole)) { window.coolWindowTypeAnimation = animate({ ... }); } }); ``` Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: romangg, graesslin, davidedmundson, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D13153 |
||
---|---|---|
.. | ||
scripts | ||
CMakeLists.txt | ||
fade_test.cpp | ||
scripted_effects_test.cpp | ||
slidingpopups_test.cpp | ||
translucency_test.cpp | ||
windowgeometry_test.cpp | ||
wobbly_shade_test.cpp |