THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1173 - focus any screen causing triggering signals in x=0,y=0
User who did this - Uli Schlachter (psychon)

----------
Ah, I totally forgot that awful.screen.focus preserves the relative mouse 
position these days. Sorry.

Could you edit lib/awful/screen.lua.in or 
/usr/local/share/awesome/lib/awful/screen.lua and swap lines 64 and 65?

Previously:

   -- move cursor without triggering signals mouse::enter and mouse::leave
    capi.mouse.screen = _screen
    capi.mouse.coords(pos, true)

I would like you to test this instead:

   -- move cursor without triggering signals mouse::enter and mouse::leave
    capi.mouse.coords(pos, true)
    capi.mouse.screen = _screen
----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1173#comment3656

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to