Edit

IABSD.fr/xenocara/lib/xcb-util/src/xcb_atom.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-04-14 19:26:35
    Hash : 7283b341
    Message : Update xcb-utils to 0.3.9. Tested by naddy@, shadchin@ and ajacoutot@ who I forgot to thank for testing libxcb-1.10 too.

  • lib/xcb-util/src/xcb_atom.h
  • #ifndef __XCB_ATOM_H__
    #define __XCB_ATOM_H__
    
    #include <xcb/xcb.h>
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    char *xcb_atom_name_by_screen(const char *base, uint8_t screen);
    char *xcb_atom_name_by_resource(const char *base, uint32_t resource);
    char *xcb_atom_name_unique(const char *base, uint32_t id);
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif /* __XCB_ATOM_H__ */