From 6ce42e100f71f62ffbc047e6b927328048bde117 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sat, 11 Apr 2020 16:44:28 +0200 Subject: [PATCH] x11: Intern INCR atom We want to use it, despite it not existing previously. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1198 (cherry picked from commit a32cb7133b1dc97f02ad20496fd03908f0d9328e) --- src/x11/meta-x11-selection-output-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/meta-x11-selection-output-stream.c b/src/x11/meta-x11-selection-output-stream.c index 67b375b28..9a25d5fc6 100644 --- a/src/x11/meta-x11-selection-output-stream.c +++ b/src/x11/meta-x11-selection-output-stream.c @@ -229,7 +229,7 @@ meta_x11_selection_output_stream_perform_flush (MetaX11SelectionOutputStream *st XChangeProperty (xdisplay, priv->xwindow, priv->xproperty, - XInternAtom (priv->x11_display->xdisplay, "INCR", True), + XInternAtom (priv->x11_display->xdisplay, "INCR", False), 32, PropModeReplace, (guchar *) &(long) { n_elements },