Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2013-05-31 21:17:09
    Hash : 9573aeb4
    Message : Update to libX11 1.5.99.902 aka 1.6rc2

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