From 66714d9e41665da2313568436eb511d32cd7cf1e Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 2 Oct 2012 11:50:51 +0000 Subject: [PATCH] illume2: And fix the previous fix SVN revision: 77307 --- src/modules/illume2/policies/tablet/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume2/policies/tablet/policy.c b/src/modules/illume2/policies/tablet/policy.c index 400b1ca83..f95be0e47 100644 --- a/src/modules/illume2/policies/tablet/policy.c +++ b/src/modules/illume2/policies/tablet/policy.c @@ -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 */