MCPcopy Index your code
hub / github.com/paperwm/PaperWM / showWindow

Function showWindow

tiling.js:4765–4775  ·  view source on GitHub ↗
(metaWindow)

Source from the content-addressed store, hash-verified

4763}
4764
4765export function showWindow(metaWindow) {
4766 let actor = metaWindow.get_compositor_private();
4767 if (!actor)
4768 return false;
4769 if (metaWindow.clone?.cloneActor) {
4770 metaWindow.clone.cloneActor.hide();
4771 metaWindow.clone.cloneActor.source = null;
4772 }
4773 actor.show();
4774 return true;
4775}
4776
4777export function animateWindow(metaWindow) {
4778 let actor = metaWindow.get_compositor_private();

Callers 2

moveDoneMethod · 0.85
insertWindowFunction · 0.85

Calls 2

hideMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected