| xcb_atom.h | | xcb_atom.h | |
| #ifndef __XCB_ATOM_H__ | | #ifndef __XCB_ATOM_H__ | |
| #define __XCB_ATOM_H__ | | #define __XCB_ATOM_H__ | |
| | | | |
| #include <xcb/xcb.h> | | #include <xcb/xcb.h> | |
| | | | |
|
| | | #ifdef __cplusplus | |
| | | extern "C" { | |
| | | #endif | |
| | | | |
| enum xcb_atom_fast_tag_t { | | enum xcb_atom_fast_tag_t { | |
| TAG_COOKIE, | | TAG_COOKIE, | |
| TAG_VALUE | | TAG_VALUE | |
| }; | | }; | |
| typedef struct { | | typedef struct { | |
| enum xcb_atom_fast_tag_t tag; | | enum xcb_atom_fast_tag_t tag; | |
| union { | | union { | |
| xcb_intern_atom_cookie_t cookie; | | xcb_intern_atom_cookie_t cookie; | |
| xcb_atom_t atom; | | xcb_atom_t atom; | |
| } u; | | } u; | |
| | | | |
| skipping to change at line 108 | | skipping to change at line 112 | |
| extern const xcb_atom_t RESOLUTION; | | extern const xcb_atom_t RESOLUTION; | |
| extern const xcb_atom_t COPYRIGHT; | | extern const xcb_atom_t COPYRIGHT; | |
| extern const xcb_atom_t NOTICE; | | extern const xcb_atom_t NOTICE; | |
| extern const xcb_atom_t FONT_NAME; | | extern const xcb_atom_t FONT_NAME; | |
| extern const xcb_atom_t FAMILY_NAME; | | extern const xcb_atom_t FAMILY_NAME; | |
| extern const xcb_atom_t FULL_NAME; | | extern const xcb_atom_t FULL_NAME; | |
| extern const xcb_atom_t CAP_HEIGHT; | | extern const xcb_atom_t CAP_HEIGHT; | |
| extern const xcb_atom_t WM_CLASS; | | extern const xcb_atom_t WM_CLASS; | |
| extern const xcb_atom_t WM_TRANSIENT_FOR; | | extern const xcb_atom_t WM_TRANSIENT_FOR; | |
| | | | |
|
| | | #ifdef __cplusplus | |
| | | } | |
| | | #endif | |
| | | | |
| #endif /* __XCB_ATOM_H__ */ | | #endif /* __XCB_ATOM_H__ */ | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 8 lines changed or added | |
|