window: fix exiting from getString if helper indicates so

This commit is contained in:
Andrzej Rybczak
2014-08-27 01:48:40 +02:00
parent a7f3992c97
commit 1fc2ce2d3c
3 changed files with 14 additions and 6 deletions

View File

@@ -265,8 +265,8 @@ struct Window
/// Run current GetString helper function (if defined).
/// @see getString()
/// @return true if helper was run, false otherwise
bool runGetStringHelper(const char *arg) const;
bool runGetStringHelper(const char *arg, bool *done) const;
/// Sets window's base color
/// @param fg foregound base color
/// @param bg background base color