[mutter/wip/carlosg/incr-is-fubar: 19/27] x11: Intern INCR atom
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/incr-is-fubar: 19/27] x11: Intern INCR atom
- Date: Sat, 11 Apr 2020 19:35:44 +0000 (UTC)
commit 32776f41814640d8754bd298897cd710d51764ed
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Apr 11 16:44:28 2020 +0200
x11: Intern INCR atom
We want to use it, despite it not existing previously.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1198
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 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]