]> git.sur5r.net Git - i3/i3/commit
Fix issue #2184. don't send atom, but raw code 2185/head
authorNick Lanham <nick@afternight.org>
Sun, 31 Jan 2016 20:21:47 +0000 (12:21 -0800)
committerNick Lanham <nick@afternight.org>
Sun, 31 Jan 2016 20:21:47 +0000 (12:21 -0800)
commit8f2d066dc6440f94d896127e23633263fdb2b041
tree096cfe7daed402973e17a70b6f438bdfd567f65b
parentb565676fb7a398e89c7dd6353d081c29ca5a8dc3
Fix issue #2184.  don't send atom, but raw code

XEMBED messages aren't atoms, but just codes, so i3bar should just send
XEMBED_EMBEDDED_NOTIFY rather than indexing the atom array.
i3bar/src/xcb.c