X11 event processing currently discards events that can not be mapped to a current GLFW window. However, this breaks clipboard functionality by failing to respond to SelectionRequest and SelectionClear events. This commit moves processing of these important clipboard events to before the NULL window test so that they are always considered. Fixes #961. Closes #963.master
parent
798d7c6d68
commit
5ae781586f
1 changed files with 11 additions and 12 deletions
Loading…
Reference in New Issue