THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1098 - client.focusable ignored
User who did this - Oleksii Shevchuk (alxchk)

----------
Ah, my bad. c.nofocus = true. But anyway, it's ignored.

/* A client can be focused if it doesnt have the "nofocus" hint...*/
   if (!c->nofocus)
       ret = true;
   else
       /* ...or if it knows the WM_TAKE_FOCUS protocol */
       ret = client_hasproto(c, WM_TAKE_FOCUS);

I think if nofocus setted up, function should return false
----------

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

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