[xmonad] Issue 560 in xmonad: Popup (code completion) window disappears
codesite-noreply at google.com
codesite-noreply at google.com
Thu Mar 13 02:15:45 UTC 2014
Comment #17 on issue 560 by allber... at gmail.com: Popup (code completion)
window disappears
http://code.google.com/p/xmonad/issues/detail?id=560
It won't; override-redirect means the window manager has no control over
the window, so ConfigureRequest and MapRequest will not be generated by the
X server and we find out about it at MapNotify (at which point it is too
late to manage it, by design) and cannot put it in the StackSet. It also
means the application must manage the window itself.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the xmonad
mailing list