Renaming the color function to just *transparent*,

as suggested on review.
This commit is contained in:
Adenilson Cavalcanti 2015-04-22 14:51:39 -07:00
parent cf2406de47
commit 2c7edeb2bf
5 changed files with 7 additions and 7 deletions

View file

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