root/foundation-apps/mxterm-maxx/precompose.h

Revision 8, 260 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1/* $XFree86: xc/programs/xterm/precompose.h,v 1.1 2000/08/26 04:33:54 dawes Exp $ */
2
3#ifndef PRECOMPOSE_H
4#define PRECOMPOSE_H
5
6int do_precomposition(int base, int comb);
7
8/* returns unicode value if a canonical composition exists,
9   otherwise -1 */
10
11#endif
Note: See TracBrowser for help on using the browser.