summaryrefslogtreecommitdiff
path: root/dw/fltkplatform.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r--dw/fltkplatform.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc
index 67b04688..948c1444 100644
--- a/dw/fltkplatform.cc
+++ b/dw/fltkplatform.cc
@@ -422,9 +422,10 @@ FltkPlatform::FltkResourceFactory::createEntryResource (int size,
core::ui::MultiLineTextResource *
FltkPlatform::FltkResourceFactory::createMultiLineTextResource (int cols,
- int rows)
+ int rows,
+ const char *placeholder)
{
- return new ui::FltkMultiLineTextResource (platform, cols, rows);
+ return new ui::FltkMultiLineTextResource (platform, cols, rows,placeholder);
}
core::ui::CheckButtonResource *