e17: allow focusing sticky windows from other desk again..

TODO need to have a zone overlay input window that locks all mouse input while deskflip anim and mous warp


SVN revision: 58126
This commit is contained in:
Hannes Janetzek 2011-03-27 19:23:12 +00:00
parent dd8c246178
commit 7a870a386f
1 changed files with 1 additions and 1 deletions

View File

@ -1893,7 +1893,7 @@ e_border_focus_set(E_Border *bd,
/* FIXME: hack for deskflip animation:
* dont update focus when sliding previous desk */
if (bd->desk != e_desk_current_get(bd->desk->zone))
if ((!bd->sticky) && (bd->desk != e_desk_current_get(bd->desk->zone)))
return;
/* TODO */