Skip to content

WrappedWindowManagementPolicy: fix activating null window

Due to (presumbly) an incorrect merge conflict resolution in 49540698 ("Merge remote-tracking branch 'origin/xenial' into xenial_-_edge _-_multiscreen"), the wrapped policy was ignoring the request to activate the "null" window i.e. to de-focus all windows. Restore the ability to do that by moving the actual focus command out of the condition.

Fixes: #10 (closed)

Merge request reports