Open mk-pmb opened 2 years ago
Hi! Thanks for writing this program. A tool like this should be shipped with Xorg by default, IMO.
Why do you have the abortprog("XOpenDisplay"); check only after display has already been used in XSynchronize and int screen =?
abortprog("XOpenDisplay");
display
XSynchronize
int screen =
Hi! Thanks for writing this program. A tool like this should be shipped with Xorg by default, IMO.
Why do you have the
abortprog("XOpenDisplay");
check only afterdisplay
has already been used inXSynchronize
andint screen =
?