]> git.sur5r.net Git - i3/i3/commit
Bugfix: sort bindings, re-ordering once is not enough.
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Aug 2015 07:30:28 +0000 (09:30 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Aug 2015 07:30:28 +0000 (09:30 +0200)
commitb68a400abfeb9f17901497eb005862853656287c
treeb2a20b367e470e0f84db52bd8a225e6f19764ddb
parentcbdf1ac8b60cfd8843ee2f93cffceb82b5a8ed1e
Bugfix: sort bindings, re-ordering once is not enough.

Reordering once (as we did it before this commit) would only sort the
bindings by the _first_ bit of their event_state_mask, but we need to
sort them by _all_ bits of their event_state_mask.

fixes #1870
src/bindings.c