diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-13 00:19:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-13 00:19:41 +0100 |
| commit | 9979e28b2511c15982ca8d083947eedf513b14f3 (patch) | |
| tree | 1775e3c6fabe4b089d864b1389b6e2b38164c51b /src/lib/string_text.h | |
| parent | bbee721034df747169f7d75ef142e57a8a8ed646 (diff) | |
WIP: partially restore PlayerVideo transfer over network.faster-subtitle-moving
Diffstat (limited to 'src/lib/string_text.h')
| -rw-r--r-- | src/lib/string_text.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/string_text.h b/src/lib/string_text.h index 4063a688d..ef965d129 100644 --- a/src/lib/string_text.h +++ b/src/lib/string_text.h @@ -35,6 +35,8 @@ public: , outline_width (outline_width_) {} + void transfer_xml (xmlpp::Node* node) const; + int outline_width; }; |
