Commits


Maciej Białka authored and Johan Redestig committed 9ee5c2215a9
Set alpha value for newly created dim surface. Newly created dim surface has alpha set to 1 (opaque), but it is assumed in dim animation code that it is 0 (transparent). When new dim surface is created and expected dim value is calculated to 0 then alpha is never set making screen black (dut to default aplha=1) when dim surface is shown.