summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/mlte
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-15 22:05:58 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-15 22:05:58 (GMT)
commit7ca993ed37f84491885cc2d96ae7d1a575a7a2f4 (patch)
tree80c403554e4c697ce730f22eab34e24255753262 /Mac/Modules/mlte
parent87eea88b5a198234cb18980d6f3a155de176ea6e (diff)
downloadcpython-7ca993ed37f84491885cc2d96ae7d1a575a7a2f4.zip
cpython-7ca993ed37f84491885cc2d96ae7d1a575a7a2f4.tar.gz
cpython-7ca993ed37f84491885cc2d96ae7d1a575a7a2f4.tar.bz2
Fixed the bugs in the constant definitions, and in the code to test
them. The FutureWarnings are still there, until a way has been found to say "I know what I'm doing here when I say 0xff000000".
Diffstat (limited to 'Mac/Modules/mlte')
-rw-r--r--Mac/Modules/mlte/mltescan.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Modules/mlte/mltescan.py b/Mac/Modules/mlte/mltescan.py
index 980a98e..f6c93e2 100644
--- a/Mac/Modules/mlte/mltescan.py
+++ b/Mac/Modules/mlte/mltescan.py
@@ -50,6 +50,8 @@ kTXNUseCurrentSelection = 0xFFFFFFFF
kTXNStartOffset = 0
kTXNEndOffset = 0x7FFFFFFF
MovieFileType = FOUR_CHAR_CODE('moov')
+kTXNUseEncodingWordRulesMask = 0x80000000
+kTXNFontSizeAttributeSize = 4
""")
def makeblacklistnames(self):
@@ -72,6 +74,8 @@ MovieFileType = FOUR_CHAR_CODE('moov')
"kTXNQDFontStyleAttributeSize",
"kTXNQDFontColorAttributeSize",
"kTXNTextEncodingAttributeSize",
+ "kTXNUseEncodingWordRulesMask",
+ "kTXNFontSizeAttributeSize",
"status",
"justification",
]