xcb_aux.h | xcb_aux.h | |||
---|---|---|---|---|
skipping to change at line 192 | skipping to change at line 192 | |||
uint32_t key; | uint32_t key; | |||
uint32_t auto_repeat_mode; | uint32_t auto_repeat_mode; | |||
} xcb_params_keyboard_t; | } xcb_params_keyboard_t; | |||
xcb_void_cookie_t | xcb_void_cookie_t | |||
xcb_aux_change_keyboard_control (xcb_connection_t *c, | xcb_aux_change_keyboard_control (xcb_connection_t *c, | |||
uint32_t mask, | uint32_t mask, | |||
const xcb_params_keyboard_t *params); | const xcb_params_keyboard_t *params); | |||
int | int | |||
xcb_aux_parse_color(char *color_name, | xcb_aux_parse_color(const char *color_name, | |||
uint16_t *red, uint16_t *green, uint16_t *blue); | uint16_t *red, uint16_t *green, uint16_t *blue); | |||
xcb_void_cookie_t | xcb_void_cookie_t | |||
xcb_aux_set_line_attributes_checked (xcb_connection_t *dpy, | xcb_aux_set_line_attributes_checked (xcb_connection_t *dpy, | |||
xcb_gcontext_t gc, | xcb_gcontext_t gc, | |||
uint16_t linewidth, | uint16_t linewidth, | |||
int32_t linestyle, | int32_t linestyle, | |||
int32_t capstyle, | int32_t capstyle, | |||
int32_t joinstyle); | int32_t joinstyle); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||