Remove suspicious addition of root window to 'screen' bindmap
[notion/jeffpc.git] / de / precompose.h
blob204c5959e1e34d6a7fcdde29a1dd336f18354c67
1 #ifndef PRECOMPOSE_H
2 #define PRECOMPOSE_H
4 int do_precomposition(int base, int comb);
6 /* returns unicode value if a canonical composition exists,
7 otherwise -1 */
9 #endif