mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00: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
(cherry picked from commit a32cb7133b
)
This commit is contained in:
parent
13a23f16c1
commit
6ce42e100f
@ -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