win: Fix framespace when using CSD

This was broken for X and WL after the previous patch.
This commit is contained in:
Jean-Philippe Andre 2016-11-24 17:44:29 +09:00
parent 246023d1b3
commit 9fa608d631
1 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,9 @@ group { name: "elm/border/base/default";
/* opaque region of the window, to inform the compositor */
spacer { "elm.spacer.opaque";
desc {
rel1.offset: 0 0;
rel2.offset: -1 -1;
rel1.to: "top_clip";
rel1.offset: 0 -1;
rel2.to: "bottom_clip";
}
desc { "max"; inherit: "default"; }
}