(metaWindow)
| 4787 | } |
| 4788 | |
| 4789 | export function isWindowAnimating(metaWindow) { |
| 4790 | let clone = metaWindow.clone; |
| 4791 | return clone.get_parent() && clone.cloneActor.visible; |
| 4792 | } |
| 4793 | |
| 4794 | export function toggleMaximizeHorizontally(metaWindow) { |
| 4795 | metaWindow = metaWindow || display.focus_window; |
no outgoing calls
no test coverage detected