commit | cba022af3d548643b72e8081195b893860e79e69 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 04 10:11:45 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 04 10:11:45 2012 -0400 |
tree | cc7a53dba158f277c72ed57a7973810604918b92 | |
parent | a7ceafff9c4fd82910aea2103d6428fb1268165d [diff] [blame] |
xwm: Claim the CLIPBOARD_MANAGER selection
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h index e2ca4e4..79cbef3 100644 --- a/src/xwayland/xwayland.h +++ b/src/xwayland/xwayland.h
@@ -107,6 +107,7 @@ xcb_atom_t net_supported; xcb_atom_t motif_wm_hints; xcb_atom_t clipboard; + xcb_atom_t clipboard_manager; xcb_atom_t targets; xcb_atom_t utf8_string; xcb_atom_t wl_selection;