summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqtextengine_unix.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-08 15:17:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-08 19:38:03 +0900
commit7d612f7c91d55501276a385a30dbadb121e7bd9f (patch)
tree4c6f1546e16db32779dfbf5c9e107b938faee6bb /src/kernel/tqtextengine_unix.cpp
parent5a863a8932d14b99c5f838c4efa1618070d71b29 (diff)
downloadtqt-7d612f7c91d55501276a385a30dbadb121e7bd9f.tar.gz
tqt-7d612f7c91d55501276a385a30dbadb121e7bd9f.zip
Replace TRUE/FALSE with boolean values true/false - part 8HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqtextengine_unix.cpp')
-rw-r--r--src/kernel/tqtextengine_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/tqtextengine_unix.cpp b/src/kernel/tqtextengine_unix.cpp
index 0de67f04a..37a786c2e 100644
--- a/src/kernel/tqtextengine_unix.cpp
+++ b/src/kernel/tqtextengine_unix.cpp
@@ -93,7 +93,7 @@ void TQTextEngine::shape( int item ) const
shaper_item.font = si.fontEngine;
shaper_item.num_glyphs = TQMAX(int(num_glyphs - used), shaper_item.length);
shaper_item.flags = si.analysis.bidiLevel % 2 ? RightToLeft : 0;
- shaper_item.has_positioning = FALSE;
+ shaper_item.has_positioning = false;
while (1) {
ensureSpace(shaper_item.num_glyphs);