illume2: And fix the previous fix

SVN revision: 77307
This commit is contained in:
Sebastian Dransfeld 2012-10-02 11:50:51 +00:00
parent b83598a504
commit 66714d9e41
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ _policy_border_hide_below(E_Border *bd)
/* printf("_policy_border_hide_below %s\n", e_border_name_get(bd)); */
/* determine layering position */
pos = (bd->layer / 50);
if (pos <= 1) return;
if (pos <= 0) return;
if (pos > 5) pos = 5;
/* Find the windows below this one */