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)
This commit is contained in:
parent
abd67819fe
commit
c25011ffba
@ -233,7 +233,7 @@ meta_x11_selection_output_stream_perform_flush (MetaX11SelectionOutputStream *st
|
|||||||
XChangeProperty (xdisplay,
|
XChangeProperty (xdisplay,
|
||||||
priv->xwindow,
|
priv->xwindow,
|
||||||
priv->xproperty,
|
priv->xproperty,
|
||||||
XInternAtom (priv->x11_display->xdisplay, "INCR", True),
|
XInternAtom (priv->x11_display->xdisplay, "INCR", False),
|
||||||
32,
|
32,
|
||||||
PropModeReplace,
|
PropModeReplace,
|
||||||
(guchar *) &(long) { n_elements },
|
(guchar *) &(long) { n_elements },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user