()
| 107 | } |
| 108 | |
| 109 | export function disableMultimonitorSupport() { |
| 110 | pointerWatch?.remove(); |
| 111 | pointerWatch = null; |
| 112 | console.debug('paperwm multimonitor support is DISABLED'); |
| 113 | } |
| 114 | |
| 115 | export function createAppIcon(metaWindow, size) { |
| 116 | let tracker = Shell.WindowTracker.get_default(); |
no test coverage detected