Luncher Theme: Use a proxy for the overlay effect.

This commit is contained in:
Stephen 'Okra' Houston 2017-08-23 17:06:10 -05:00
parent 103b134916
commit a6c7234afa
1 changed files with 3 additions and 1 deletions

View File

@ -291,11 +291,13 @@ group { name: "e/gadget/luncher/icon";
color: 255 255 255 0;
}
}
part { name: "e.swallow.overlay"; type: SWALLOW;
part { name: "e.swallow.overlay"; type: PROXY;
clip_to: "obackground";
repeat_events: 1;
description {
state: "default" 0.0;
source: "e.swallow.icon";
proxy.source_clip: 0;
rel1.to: "obackground";
rel2.to: "obackground";
}