From 2cf5ac6d3d121a5d2ccc7b6ac7280caeab34c49c Mon Sep 17 00:00:00 2001 From: Reece Dunn Date: Fri, 17 Oct 2008 20:41:38 +0100 Subject: [PATCH] include: fixed the tom constant values. --- include/tom.idl | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/include/tom.idl b/include/tom.idl index 28a71a7..669fbcf 100644 --- a/include/tom.idl +++ b/include/tom.idl @@ -32,8 +32,8 @@ typedef enum tagTomConstants tomApplyLater = 1, tomTrackParms = 2, tomCacheParms = 3, - tomBackward = 0xc00000001, - tomForward = 0x3ffffffff, + tomBackward = 0xc0000001, + tomForward = 0x3fffffff, tomMove = 0, tomExtend = 1, tomNoSelection = 0, @@ -161,21 +161,21 @@ typedef enum tagTomConstants tomText = 0x2, tomHTML = 0x3, tomWordDocument = 0x4, - tomBold = 0x800000001, - tomItalic = 0x800000002, - tomUnderline = 0x800000004, - tomStrikeout = 0x800000008, - tomProtected = 0x800000010, - tomLink = 0x800000020, - tomSmallCaps = 0x800000040, - tomAllCaps = 0x800000080, - tomHidden = 0x800000100, - tomOutline = 0x800000200, - tomShadow = 0x800000400, - tomEmboss = 0x800000800, - tomImprint = 0x800001000, - tomDisabled = 0x800002000, - tomRevised = 0x800004000, + tomBold = 0x80000001, + tomItalic = 0x80000002, + tomUnderline = 0x80000004, + tomStrikeout = 0x80000008, + tomProtected = 0x80000010, + tomLink = 0x80000020, + tomSmallCaps = 0x80000040, + tomAllCaps = 0x80000080, + tomHidden = 0x80000100, + tomOutline = 0x80000200, + tomShadow = 0x80000400, + tomEmboss = 0x80000800, + tomImprint = 0x80001000, + tomDisabled = 0x80002000, + tomRevised = 0x80004000, tomNormalCaret = 0, tomKoreanBlockCaret = 0x1, tomIncludeInset = 0x1, -- 1.5.6.1.1071.g76fb