mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
x11: Intern INCR atom
We want to use it, despite it not existing previously. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1198
This commit is contained in:
parent
967966cdee
commit
a32cb7133b
@ -229,7 +229,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…
Reference in New Issue
Block a user