summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-15 13:04:32 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-15 13:04:32 +0300
commita29f41aa4f11de0b06491c7e773eab9ec342197b (patch)
treedd5066b66447457cd039cce79604ccc3121962f4
parent95a189a3be787687113b14d66b607716dd642c8a (diff)
Cleanup
-rw-r--r--src/ui/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 41e7671e..09d92ce0 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -207,7 +207,7 @@ struct Impl_WrapText {
207 enum iWrapTextMode mode; 207 enum iWrapTextMode mode;
208 iBool (*wrapFunc)(iWrapText *, iRangecc wrappedText, int origin, int advance, iBool isBaseRTL); 208 iBool (*wrapFunc)(iWrapText *, iRangecc wrappedText, int origin, int advance, iBool isBaseRTL);
209 void * context; 209 void * context;
210 int baseDir; /* set to +1 for LTR, -1 for RTL 210 int baseDir; /* set to +1 for LTR, -1 for RTL */
211 /* internal */ 211 /* internal */
212 iRangecc wrapRange_; 212 iRangecc wrapRange_;
213}; 213};