]> git.lizzy.rs Git - bspwm.git/commit
Protect mouse pointer when pointer_follows_focus set
authorArtur Shaik <ashaihullin@gmail.com>
Thu, 27 Nov 2014 08:08:43 +0000 (14:08 +0600)
committerArtur Shaik <ashaihullin@gmail.com>
Thu, 27 Nov 2014 08:08:43 +0000 (14:08 +0600)
commitcd38445039d83b1d250113389b0252e5b6be54c8
tree20de03a0ce36b8d61f6337b1be737cc3ad8952f7
parent28e04dced110aa898062e640fd6093a7174c49e0
Protect mouse pointer when pointer_follows_focus set

When dialog window shows, I cannot move pointer outside this dialog window
because when I move it, it jumps in window's center (again on dialog).
So, this commit disables pff when mouse focus event happen and enables
after.
events.c