aboutsummaryrefslogtreecommitdiff
path: root/test/dw_resource_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_resource_test.cc')
-rw-r--r--test/dw_resource_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_resource_test.cc b/test/dw_resource_test.cc
index fc825836..2c90d3ce 100644
--- a/test/dw_resource_test.cc
+++ b/test/dw_resource_test.cc
@@ -57,8 +57,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);