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

Function removePaperWMFlags

tiling.js:3644–3655  ·  view source on GitHub ↗
(w)

Source from the content-addressed store, hash-verified

3642 * @param {Meta.Window} metaWindow
3643 */
3644export function removePaperWMFlags(w) {
3645 delete w._targetWidth;
3646 delete w._targetHeight;
3647 delete w._resizeHandlerAdded;
3648 delete w._positionHandlerAdded;
3649 delete w._pos_mismatch_count;
3650 delete w._tiled_on_minimize;
3651 delete w._fullscreen_frame;
3652 delete w._fullscreen_lock;
3653 delete w._fullscreen_above;
3654 delete w._last_layout_frame;
3655}
3656
3657export function addPositionHandler(metaWindow) {
3658 if (metaWindow._positionHandlerAdded) {

Callers 2

destroyMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected