textbox positions array deleted, 3K bytes + stats for titler
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / titler.h
index dd16988a442b4e836b2e6f18c6511194e4b6f5ee..bca0076560623faf24e96a6f91c5e23c67b810d8 100644 (file)
@@ -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;