repo.or.cz
/
notion
/
jeffpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove suspicious addition of root window to 'screen' bindmap
[notion/jeffpc.git]
/
de
/
precompose.h
blob
204c5959e1e34d6a7fcdde29a1dd336f18354c67
1
#ifndef PRECOMPOSE_H
2
#define PRECOMPOSE_H
3
4
int
do_precomposition
(
int
base
,
int
comb
);
5
6
/* returns unicode value if a canonical composition exists,
7
otherwise -1 */
8
9
#endif