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


 xcb_aux.h   xcb_aux.h 
skipping to change at line 103 skipping to change at line 103
xcb_visualid_t visual, xcb_visualid_t visual,
uint32_t mask, uint32_t mask,
const xcb_params_cw_t *params); const xcb_params_cw_t *params);
xcb_void_cookie_t xcb_void_cookie_t
xcb_aux_change_window_attributes (xcb_connection_t *c, xcb_aux_change_window_attributes (xcb_connection_t *c,
xcb_window_t window, xcb_window_t window,
uint32_t mask, uint32_t mask,
const xcb_params_cw_t *params); const xcb_params_cw_t *params);
xcb_void_cookie_t
xcb_aux_change_window_attributes_checked (xcb_connection_t *c,
xcb_window_t window,
uint32_t mask,
const xcb_params_cw_t *params);
typedef struct { typedef struct {
int32_t x; int32_t x;
int32_t y; int32_t y;
uint32_t width; uint32_t width;
uint32_t height; uint32_t height;
uint32_t border_width; uint32_t border_width;
uint32_t sibling; uint32_t sibling;
uint32_t stack_mode; uint32_t stack_mode;
} xcb_params_configure_window_t; } xcb_params_configure_window_t;
 End of changes. 1 change blocks. 
0 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/