[client] x11: process clipboard events early

Due to the logic in the event loop property events may get filtered out
that were clipboard related. This changes ensures the clipboard event
handler code gets to run first avoiding this issue.
This commit is contained in:
Geoffrey McRae
2021-04-29 12:24:23 +10:00
parent 9015706fcb
commit 3912d3411c
3 changed files with 14 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include "interface/displayserver.h"
void x11CBEventThread(const XEvent xe);
bool x11CBEventThread(const XEvent xe);
bool x11CBInit();
void x11CBNotice(LG_ClipboardData type);