Skip to content

Commit 7e837fd

Browse files
committed
ALL: Included PyWinBox module which hopefully better handles multi-monitor setups (macOS tests pending)
LINUX: Fixed getClientFrame() (thanks to roym899), removed ewmh and pynput dependencies WINDOWS: Fixed getAllWindows() not returning all relevant windows (thanks to Xenolphthalein) MACOS: Fixed 'missing value' in window titles and app names (thanks to yjmd2222), fixed getClientFrame() to be invoked from non-main threads (thanks to super-iby)
1 parent b8d1ac9 commit 7e837fd

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
-7 Bytes
Binary file not shown.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"pywin32>=302; sys_platform == 'win32'",
3939
"python-xlib>=0.21; sys_platform == 'linux'",
4040
"pyobjc>=8.1; sys_platform == 'darwin'",
41-
"pymonctl>=0.1",
4241
"pywinbox>=0.4"
4342
],
4443
extras_require={

0 commit comments

Comments
 (0)