aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkplatform.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-24 22:25:12 +0100
committerSebastian Geerken <devnull@localhost>2015-01-24 22:25:12 +0100
commit76aa3046ab667f01465963ab9a16c185c267dae0 (patch)
treef304b8ba00682e6c683954b391d836ea3b0bb4c0 /dw/fltkplatform.cc
parent80c90e491f436c20b021d73de5862a19201457e3 (diff)
parent5f4f4955b97dc6d33e88b73128321c1a2640c11c (diff)
Merge with main repo.
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r--dw/fltkplatform.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc
index 2fc7ff41..67b04688 100644
--- a/dw/fltkplatform.cc
+++ b/dw/fltkplatform.cc
@@ -413,9 +413,11 @@ FltkPlatform::FltkResourceFactory::createOptionMenuResource ()
core::ui::EntryResource *
FltkPlatform::FltkResourceFactory::createEntryResource (int size,
bool password,
- const char *label)
+ const char *label,
+ const char *placeholder)
{
- return new ui::FltkEntryResource (platform, size, password, label);
+ return new ui::FltkEntryResource (platform, size, password, label,
+ placeholder);
}
core::ui::MultiLineTextResource *