Edit

IABSD.fr/xenocara/app/xterm/precompose.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-26 11:11:12
    Hash : 9192a9c3
    Message : Importing xterm 216

  • app/xterm/precompose.h
  • /* $XFree86: xc/programs/xterm/precompose.h,v 1.1 2000/08/26 04:33:54 dawes Exp $ */
    
    #ifndef PRECOMPOSE_H
    #define PRECOMPOSE_H
    
    int do_precomposition(int base, int comb);
    
    /* returns unicode value if a canonical composition exists,
       otherwise -1 */
    
    #endif