Commit Graph

2 Commits (52855b2493c35129cea28ccb37b26280d4e64b6d)

Author SHA1 Message Date
seebye 07a79980de fix copy & paste error
While copying the entry of the property screen_width to create the
entry of the property screen_height it was forgotten
to rename the function Display_get_screen_width to
Display_get_screen_height.
3 years ago
seebye 11aad51903 drop python-xlib
Python-xlib misses some essential features like shm support.
This is why the Xshm module was written,
but this leads to redundant dependencies.
So this commit removes python-xlib as dependency.

During the translation of the code the determination of the pid of a
window was also improved.
The XRes extension is now used to determine the pid of a window.
3 years ago