diff options
Diffstat (limited to 'test/dw_images_simple.cc')
-rw-r--r-- | test/dw_images_simple.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_images_simple.cc b/test/dw_images_simple.cc index 78629d55..62f25cf7 100644 --- a/test/dw_images_simple.cc +++ b/test/dw_images_simple.cc @@ -113,8 +113,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); |