projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f91e8
)
(MAKE_PRECOMPUTED_COMBINDING_CODE)
author
handa
<handa>
Mon, 6 Sep 2004 12:44:17 +0000
(12:44 +0000)
committer
handa
<handa>
Mon, 6 Sep 2004 12:44:17 +0000
(12:44 +0000)
(COMBINING_PRECOMPUTED_P): New macros.
src/internal-gui.h
patch
|
blob
|
history
diff --git
a/src/internal-gui.h
b/src/internal-gui.h
index
92b99d5
..
8e0e892
100644
(file)
--- a/
src/internal-gui.h
+++ b/
src/internal-gui.h
@@
-216,6
+216,10
@@
struct MGlyphString
#define COMBINING_CODE_CLASS(code) ((code) & 0xFFFFFF)
+#define MAKE_PRECOMPUTED_COMBINDING_CODE() (0x2000000)
+
+#define COMBINING_PRECOMPUTED_P(code) ((code) & 0x2000000)
+
typedef struct MGlyphString MGlyphString;
typedef struct MFontDriver MFontDriver;