aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkplatform.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-05-30 13:22:57 +0000
committercorvid <corvid@lavabit.com>2011-05-30 13:22:57 +0000
commit6706b98088dc9982ef23a02661f7291ac6815469 (patch)
tree146b26ab7b54b52c30016e74c66fc2b5facd3a98 /dw/fltkplatform.hh
parent9e16e1e3f9e8879cbb21e67582d103dba317193c (diff)
Reintroduce @-escaping for tooltips.
I don't know what case I managed to test where I thought it was unnecessary with 1.3. I do know that '&' has not been a problem...
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r--dw/fltkplatform.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh
index 62bc3e0e..134b5c54 100644
--- a/dw/fltkplatform.hh
+++ b/dw/fltkplatform.hh
@@ -59,6 +59,7 @@ class FltkTooltip: public core::style::Tooltip
private:
FltkTooltip (const char *text);
~FltkTooltip ();
+ char *escaped_str;
public:
static FltkTooltip *create(const char *text);
void onEnter();