Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:14:41

0001 #ifndef __XCB_ATOM_H__
0002 #define __XCB_ATOM_H__
0003 
0004 #include <xcb/xcb.h>
0005 
0006 #ifdef __cplusplus
0007 extern "C" {
0008 #endif
0009 
0010 char *xcb_atom_name_by_screen(const char *base, uint8_t screen);
0011 char *xcb_atom_name_by_resource(const char *base, uint32_t resource);
0012 char *xcb_atom_name_unique(const char *base, uint32_t id);
0013 
0014 #ifdef __cplusplus
0015 }
0016 #endif
0017 
0018 #endif /* __XCB_ATOM_H__ */