Skip to content

Commit

Permalink
macOS Apple Script version: Fixed getWindowsWithTitle()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalmat committed Apr 18, 2022
1 parent 3fcab57 commit d1ca914
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Binary file modified dist/PyWinCtl-0.0.34-py3-none-any.whl
Binary file not shown.
8 changes: 0 additions & 8 deletions src/pywinctl/_pywinctl_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -2526,14 +2526,6 @@ def displayWindowsUnderMouse(xOffset: int = 0, yOffset: int = 0) -> None:
sys.stdout.flush()


def isAliveCB(alive):
print("ALIVE", alive)


def changedTitleCB(title):
print("TITLE", title)


def main():
"""Run this script from command-line to get windows under mouse pointer"""
print("PLATFORM:", sys.platform)
Expand Down

0 comments on commit d1ca914

Please sign in to comment.