Edit

IABSD.fr/xenocara/lib/libX11/src/Key.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-05-18 19:37:28
    Hash : aa3c9f93
    Message : Update to libX11 1.3.3. Tested on a bulk ports build by naddy@.

  • lib/libX11/src/Key.h
  • #ifndef _KEY_H_
    #define _KEY_H_
    
    #ifndef NEEDKTABLE
    extern const unsigned char _XkeyTable[];
    #endif
    
    extern int
    _XKeyInitialize(
        Display *dpy);
    
    extern XrmDatabase
    _XInitKeysymDB(
            void);
    
    #endif /* _KEY_H_ */