]> git.sur5r.net Git - i3/i3/commit - src/floating.c
Protect "move position mouse" against a NULL access. 1698/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 14 May 2015 17:07:56 +0000 (13:07 -0400)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 14 May 2015 17:07:56 +0000 (13:07 -0400)
commit8801de2399e0c28f3c9acbc717d79fa374f1979f
treeda1a63980c1eaf6ff8b3f4811e756c0bd180648e
parentfbbe9cf2e8648fe05b682d4004e6a63750b54a67
Protect "move position mouse" against a NULL access.
This could happen if two outputs are set up to have a gap in between them and the mouse cursor
being in said gap when the command is triggered.
src/floating.c