X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitler.h;h=bca0076560623faf24e96a6f91c5e23c67b810d8;hb=4c1a91d9f9373e564ecbeb8f568e4a3e7fe48e64;hp=dd16988a442b4e836b2e6f18c6511194e4b6f5ee;hpb=3badd817d6f012b5e882940db0c5d7e61cec15d7;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/titler/titler.h b/cinelerra-5.1/plugins/titler/titler.h index dd16988a..bca00765 100644 --- a/cinelerra-5.1/plugins/titler/titler.h +++ b/cinelerra-5.1/plugins/titler/titler.h @@ -21,6 +21,7 @@ #ifndef TITLE_H #define TITLE_H +#define USE_STROKER #define KW_NUDGE _("nudge") #define KW_COLOR _("color") @@ -155,7 +156,7 @@ public: double fade_in, fade_out; float pixels_per_second; // Speed of motion // Text to display - wchar_t wtext[BCTEXTLEN]; + wchar_t wtext[3*BCTEXTLEN]; int wlen; // Position in frame relative to top left float title_x, title_y;