diff options
Diffstat (limited to 'test/dw_images_scaled.cc')
-rw-r--r-- | test/dw_images_scaled.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_images_scaled.cc b/test/dw_images_scaled.cc index dfaf57b9..da53a6fd 100644 --- a/test/dw_images_scaled.cc +++ b/test/dw_images_scaled.cc @@ -115,8 +115,8 @@ int main(int argc, char **argv) fontAttrs.style = FONT_STYLE_NORMAL; styleAttrs.font = Font::create (layout, &fontAttrs); - styleAttrs.color = Color::createSimple (layout, 0x000000); - styleAttrs.backgroundColor = Color::createSimple (layout, 0xffffff); + styleAttrs.color = Color::create (layout, 0x000000); + styleAttrs.backgroundColor = Color::create (layout, 0xffffff); Style *widgetStyle = Style::create (layout, &styleAttrs); |