diff options
author | corvid <corvid@lavabit.com> | 2009-10-10 03:04:12 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-10 03:04:12 +0000 |
commit | 5d4f5b8d2c471ef679f4929836e889f4ee9982fa (patch) | |
tree | ce5203662884435f89ebb6ca0387bcaf07b2a51c /dw/fltkplatform.hh | |
parent | d6b5833b9cc32f78400c15fb9305f06f1ac97927 (diff) |
tooltip workaround for chars special to fltk
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index d83f34ea..1d9a7521 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -49,6 +49,7 @@ private: FltkTooltip (const char *text); ~FltkTooltip (); bool shown; + char *escaped_str; /* fltk WORKAROUND */ static ::fltk::Widget *widget; public: static FltkTooltip *create(const char *text); |