问题
Is it possible in X to create a window that is not visible? I looked at the XCreateSimpleWindow API but did not find any attributes to make it hidden. Is there a way?
Thanks
回答1:
You may be looking for an InputOnly window. You can specify the class as InputOnly when using XCreateWindow.
来源:https://stackoverflow.com/questions/7856768/create-hidden-non-visible-window-in-x