Using the new transparent_black() in the proper places.

This commit is contained in:
Adenilson Cavalcanti 2015-02-03 18:08:30 -08:00
parent e1db06475c
commit ffa23088ff
3 changed files with 3 additions and 3 deletions

View file

@ -508,7 +508,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
epoch: Epoch(0),
id: LayerId::null(),
rect: Rect::zero(),
background_color: color::black(),
background_color: color::transparent_black(),
scroll_policy: ScrollPolicy::Scrollable,
};