Commit b9707c1db094b601ba23f1fcf5e77ec7b53676b7

Uli Schlachter 2021-03-07T08:01:49

Save three more round trips in xkb_x11_keymap_new_from_device() Instead of asking for an atom name and waiting for the reply four times, this now sends four GetAtomName requests and waits for all the replies at once. Thus, this saves three round trips. Signed-off-by: Uli Schlachter <psychon@znc.in>