mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 07:26:51 -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,
|
||||
priv->xwindow,
|
||||
priv->xproperty,
|
||||
XInternAtom (priv->x11_display->xdisplay, "INCR", True),
|
||||
XInternAtom (priv->x11_display->xdisplay, "INCR", False),
|
||||
32,
|
||||
PropModeReplace,
|
||||
(guchar *) &(long) { n_elements },
|
||||
|
Loading…
Reference in New Issue
Block a user