Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/xcb
File: xprint.h
/*
[0] Fix | Delete
* This file generated automatically from xprint.xml by c_client.py.
[1] Fix | Delete
* Edit at your peril.
[2] Fix | Delete
*/
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* @defgroup XCB_XPrint_API XCB XPrint API
[6] Fix | Delete
* @brief XPrint XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __XPRINT_H
[11] Fix | Delete
#define __XPRINT_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
#include "xproto.h"
[15] Fix | Delete
[16] Fix | Delete
#ifdef __cplusplus
[17] Fix | Delete
extern "C" {
[18] Fix | Delete
#endif
[19] Fix | Delete
[20] Fix | Delete
#define XCB_XPRINT_MAJOR_VERSION 1
[21] Fix | Delete
#define XCB_XPRINT_MINOR_VERSION 0
[22] Fix | Delete
[23] Fix | Delete
extern xcb_extension_t xcb_x_print_id;
[24] Fix | Delete
[25] Fix | Delete
typedef char xcb_x_print_string8_t;
[26] Fix | Delete
[27] Fix | Delete
/**
[28] Fix | Delete
* @brief xcb_x_print_string8_iterator_t
[29] Fix | Delete
**/
[30] Fix | Delete
typedef struct xcb_x_print_string8_iterator_t {
[31] Fix | Delete
xcb_x_print_string8_t *data;
[32] Fix | Delete
int rem;
[33] Fix | Delete
int index;
[34] Fix | Delete
} xcb_x_print_string8_iterator_t;
[35] Fix | Delete
[36] Fix | Delete
/**
[37] Fix | Delete
* @brief xcb_x_print_printer_t
[38] Fix | Delete
**/
[39] Fix | Delete
typedef struct xcb_x_print_printer_t {
[40] Fix | Delete
uint32_t nameLen;
[41] Fix | Delete
uint32_t descLen;
[42] Fix | Delete
} xcb_x_print_printer_t;
[43] Fix | Delete
[44] Fix | Delete
/**
[45] Fix | Delete
* @brief xcb_x_print_printer_iterator_t
[46] Fix | Delete
**/
[47] Fix | Delete
typedef struct xcb_x_print_printer_iterator_t {
[48] Fix | Delete
xcb_x_print_printer_t *data;
[49] Fix | Delete
int rem;
[50] Fix | Delete
int index;
[51] Fix | Delete
} xcb_x_print_printer_iterator_t;
[52] Fix | Delete
[53] Fix | Delete
typedef uint32_t xcb_x_print_pcontext_t;
[54] Fix | Delete
[55] Fix | Delete
/**
[56] Fix | Delete
* @brief xcb_x_print_pcontext_iterator_t
[57] Fix | Delete
**/
[58] Fix | Delete
typedef struct xcb_x_print_pcontext_iterator_t {
[59] Fix | Delete
xcb_x_print_pcontext_t *data;
[60] Fix | Delete
int rem;
[61] Fix | Delete
int index;
[62] Fix | Delete
} xcb_x_print_pcontext_iterator_t;
[63] Fix | Delete
[64] Fix | Delete
typedef enum xcb_x_print_get_doc_t {
[65] Fix | Delete
XCB_X_PRINT_GET_DOC_FINISHED = 0,
[66] Fix | Delete
XCB_X_PRINT_GET_DOC_SECOND_CONSUMER = 1
[67] Fix | Delete
} xcb_x_print_get_doc_t;
[68] Fix | Delete
[69] Fix | Delete
typedef enum xcb_x_print_ev_mask_t {
[70] Fix | Delete
XCB_X_PRINT_EV_MASK_NO_EVENT_MASK = 0,
[71] Fix | Delete
XCB_X_PRINT_EV_MASK_PRINT_MASK = 1,
[72] Fix | Delete
XCB_X_PRINT_EV_MASK_ATTRIBUTE_MASK = 2
[73] Fix | Delete
} xcb_x_print_ev_mask_t;
[74] Fix | Delete
[75] Fix | Delete
typedef enum xcb_x_print_detail_t {
[76] Fix | Delete
XCB_X_PRINT_DETAIL_START_JOB_NOTIFY = 1,
[77] Fix | Delete
XCB_X_PRINT_DETAIL_END_JOB_NOTIFY = 2,
[78] Fix | Delete
XCB_X_PRINT_DETAIL_START_DOC_NOTIFY = 3,
[79] Fix | Delete
XCB_X_PRINT_DETAIL_END_DOC_NOTIFY = 4,
[80] Fix | Delete
XCB_X_PRINT_DETAIL_START_PAGE_NOTIFY = 5,
[81] Fix | Delete
XCB_X_PRINT_DETAIL_END_PAGE_NOTIFY = 6
[82] Fix | Delete
} xcb_x_print_detail_t;
[83] Fix | Delete
[84] Fix | Delete
typedef enum xcb_x_print_attr_t {
[85] Fix | Delete
XCB_X_PRINT_ATTR_JOB_ATTR = 1,
[86] Fix | Delete
XCB_X_PRINT_ATTR_DOC_ATTR = 2,
[87] Fix | Delete
XCB_X_PRINT_ATTR_PAGE_ATTR = 3,
[88] Fix | Delete
XCB_X_PRINT_ATTR_PRINTER_ATTR = 4,
[89] Fix | Delete
XCB_X_PRINT_ATTR_SERVER_ATTR = 5,
[90] Fix | Delete
XCB_X_PRINT_ATTR_MEDIUM_ATTR = 6,
[91] Fix | Delete
XCB_X_PRINT_ATTR_SPOOLER_ATTR = 7
[92] Fix | Delete
} xcb_x_print_attr_t;
[93] Fix | Delete
[94] Fix | Delete
/**
[95] Fix | Delete
* @brief xcb_x_print_print_query_version_cookie_t
[96] Fix | Delete
**/
[97] Fix | Delete
typedef struct xcb_x_print_print_query_version_cookie_t {
[98] Fix | Delete
unsigned int sequence;
[99] Fix | Delete
} xcb_x_print_print_query_version_cookie_t;
[100] Fix | Delete
[101] Fix | Delete
/** Opcode for xcb_x_print_print_query_version. */
[102] Fix | Delete
#define XCB_X_PRINT_PRINT_QUERY_VERSION 0
[103] Fix | Delete
[104] Fix | Delete
/**
[105] Fix | Delete
* @brief xcb_x_print_print_query_version_request_t
[106] Fix | Delete
**/
[107] Fix | Delete
typedef struct xcb_x_print_print_query_version_request_t {
[108] Fix | Delete
uint8_t major_opcode;
[109] Fix | Delete
uint8_t minor_opcode;
[110] Fix | Delete
uint16_t length;
[111] Fix | Delete
} xcb_x_print_print_query_version_request_t;
[112] Fix | Delete
[113] Fix | Delete
/**
[114] Fix | Delete
* @brief xcb_x_print_print_query_version_reply_t
[115] Fix | Delete
**/
[116] Fix | Delete
typedef struct xcb_x_print_print_query_version_reply_t {
[117] Fix | Delete
uint8_t response_type;
[118] Fix | Delete
uint8_t pad0;
[119] Fix | Delete
uint16_t sequence;
[120] Fix | Delete
uint32_t length;
[121] Fix | Delete
uint16_t major_version;
[122] Fix | Delete
uint16_t minor_version;
[123] Fix | Delete
} xcb_x_print_print_query_version_reply_t;
[124] Fix | Delete
[125] Fix | Delete
/**
[126] Fix | Delete
* @brief xcb_x_print_print_get_printer_list_cookie_t
[127] Fix | Delete
**/
[128] Fix | Delete
typedef struct xcb_x_print_print_get_printer_list_cookie_t {
[129] Fix | Delete
unsigned int sequence;
[130] Fix | Delete
} xcb_x_print_print_get_printer_list_cookie_t;
[131] Fix | Delete
[132] Fix | Delete
/** Opcode for xcb_x_print_print_get_printer_list. */
[133] Fix | Delete
#define XCB_X_PRINT_PRINT_GET_PRINTER_LIST 1
[134] Fix | Delete
[135] Fix | Delete
/**
[136] Fix | Delete
* @brief xcb_x_print_print_get_printer_list_request_t
[137] Fix | Delete
**/
[138] Fix | Delete
typedef struct xcb_x_print_print_get_printer_list_request_t {
[139] Fix | Delete
uint8_t major_opcode;
[140] Fix | Delete
uint8_t minor_opcode;
[141] Fix | Delete
uint16_t length;
[142] Fix | Delete
uint32_t printerNameLen;
[143] Fix | Delete
uint32_t localeLen;
[144] Fix | Delete
} xcb_x_print_print_get_printer_list_request_t;
[145] Fix | Delete
[146] Fix | Delete
/**
[147] Fix | Delete
* @brief xcb_x_print_print_get_printer_list_reply_t
[148] Fix | Delete
**/
[149] Fix | Delete
typedef struct xcb_x_print_print_get_printer_list_reply_t {
[150] Fix | Delete
uint8_t response_type;
[151] Fix | Delete
uint8_t pad0;
[152] Fix | Delete
uint16_t sequence;
[153] Fix | Delete
uint32_t length;
[154] Fix | Delete
uint32_t listCount;
[155] Fix | Delete
uint8_t pad1[20];
[156] Fix | Delete
} xcb_x_print_print_get_printer_list_reply_t;
[157] Fix | Delete
[158] Fix | Delete
/** Opcode for xcb_x_print_print_rehash_printer_list. */
[159] Fix | Delete
#define XCB_X_PRINT_PRINT_REHASH_PRINTER_LIST 20
[160] Fix | Delete
[161] Fix | Delete
/**
[162] Fix | Delete
* @brief xcb_x_print_print_rehash_printer_list_request_t
[163] Fix | Delete
**/
[164] Fix | Delete
typedef struct xcb_x_print_print_rehash_printer_list_request_t {
[165] Fix | Delete
uint8_t major_opcode;
[166] Fix | Delete
uint8_t minor_opcode;
[167] Fix | Delete
uint16_t length;
[168] Fix | Delete
} xcb_x_print_print_rehash_printer_list_request_t;
[169] Fix | Delete
[170] Fix | Delete
/** Opcode for xcb_x_print_create_context. */
[171] Fix | Delete
#define XCB_X_PRINT_CREATE_CONTEXT 2
[172] Fix | Delete
[173] Fix | Delete
/**
[174] Fix | Delete
* @brief xcb_x_print_create_context_request_t
[175] Fix | Delete
**/
[176] Fix | Delete
typedef struct xcb_x_print_create_context_request_t {
[177] Fix | Delete
uint8_t major_opcode;
[178] Fix | Delete
uint8_t minor_opcode;
[179] Fix | Delete
uint16_t length;
[180] Fix | Delete
uint32_t context_id;
[181] Fix | Delete
uint32_t printerNameLen;
[182] Fix | Delete
uint32_t localeLen;
[183] Fix | Delete
} xcb_x_print_create_context_request_t;
[184] Fix | Delete
[185] Fix | Delete
/** Opcode for xcb_x_print_print_set_context. */
[186] Fix | Delete
#define XCB_X_PRINT_PRINT_SET_CONTEXT 3
[187] Fix | Delete
[188] Fix | Delete
/**
[189] Fix | Delete
* @brief xcb_x_print_print_set_context_request_t
[190] Fix | Delete
**/
[191] Fix | Delete
typedef struct xcb_x_print_print_set_context_request_t {
[192] Fix | Delete
uint8_t major_opcode;
[193] Fix | Delete
uint8_t minor_opcode;
[194] Fix | Delete
uint16_t length;
[195] Fix | Delete
uint32_t context;
[196] Fix | Delete
} xcb_x_print_print_set_context_request_t;
[197] Fix | Delete
[198] Fix | Delete
/**
[199] Fix | Delete
* @brief xcb_x_print_print_get_context_cookie_t
[200] Fix | Delete
**/
[201] Fix | Delete
typedef struct xcb_x_print_print_get_context_cookie_t {
[202] Fix | Delete
unsigned int sequence;
[203] Fix | Delete
} xcb_x_print_print_get_context_cookie_t;
[204] Fix | Delete
[205] Fix | Delete
/** Opcode for xcb_x_print_print_get_context. */
[206] Fix | Delete
#define XCB_X_PRINT_PRINT_GET_CONTEXT 4
[207] Fix | Delete
[208] Fix | Delete
/**
[209] Fix | Delete
* @brief xcb_x_print_print_get_context_request_t
[210] Fix | Delete
**/
[211] Fix | Delete
typedef struct xcb_x_print_print_get_context_request_t {
[212] Fix | Delete
uint8_t major_opcode;
[213] Fix | Delete
uint8_t minor_opcode;
[214] Fix | Delete
uint16_t length;
[215] Fix | Delete
} xcb_x_print_print_get_context_request_t;
[216] Fix | Delete
[217] Fix | Delete
/**
[218] Fix | Delete
* @brief xcb_x_print_print_get_context_reply_t
[219] Fix | Delete
**/
[220] Fix | Delete
typedef struct xcb_x_print_print_get_context_reply_t {
[221] Fix | Delete
uint8_t response_type;
[222] Fix | Delete
uint8_t pad0;
[223] Fix | Delete
uint16_t sequence;
[224] Fix | Delete
uint32_t length;
[225] Fix | Delete
uint32_t context;
[226] Fix | Delete
} xcb_x_print_print_get_context_reply_t;
[227] Fix | Delete
[228] Fix | Delete
/** Opcode for xcb_x_print_print_destroy_context. */
[229] Fix | Delete
#define XCB_X_PRINT_PRINT_DESTROY_CONTEXT 5
[230] Fix | Delete
[231] Fix | Delete
/**
[232] Fix | Delete
* @brief xcb_x_print_print_destroy_context_request_t
[233] Fix | Delete
**/
[234] Fix | Delete
typedef struct xcb_x_print_print_destroy_context_request_t {
[235] Fix | Delete
uint8_t major_opcode;
[236] Fix | Delete
uint8_t minor_opcode;
[237] Fix | Delete
uint16_t length;
[238] Fix | Delete
uint32_t context;
[239] Fix | Delete
} xcb_x_print_print_destroy_context_request_t;
[240] Fix | Delete
[241] Fix | Delete
/**
[242] Fix | Delete
* @brief xcb_x_print_print_get_screen_of_context_cookie_t
[243] Fix | Delete
**/
[244] Fix | Delete
typedef struct xcb_x_print_print_get_screen_of_context_cookie_t {
[245] Fix | Delete
unsigned int sequence;
[246] Fix | Delete
} xcb_x_print_print_get_screen_of_context_cookie_t;
[247] Fix | Delete
[248] Fix | Delete
/** Opcode for xcb_x_print_print_get_screen_of_context. */
[249] Fix | Delete
#define XCB_X_PRINT_PRINT_GET_SCREEN_OF_CONTEXT 6
[250] Fix | Delete
[251] Fix | Delete
/**
[252] Fix | Delete
* @brief xcb_x_print_print_get_screen_of_context_request_t
[253] Fix | Delete
**/
[254] Fix | Delete
typedef struct xcb_x_print_print_get_screen_of_context_request_t {
[255] Fix | Delete
uint8_t major_opcode;
[256] Fix | Delete
uint8_t minor_opcode;
[257] Fix | Delete
uint16_t length;
[258] Fix | Delete
} xcb_x_print_print_get_screen_of_context_request_t;
[259] Fix | Delete
[260] Fix | Delete
/**
[261] Fix | Delete
* @brief xcb_x_print_print_get_screen_of_context_reply_t
[262] Fix | Delete
**/
[263] Fix | Delete
typedef struct xcb_x_print_print_get_screen_of_context_reply_t {
[264] Fix | Delete
uint8_t response_type;
[265] Fix | Delete
uint8_t pad0;
[266] Fix | Delete
uint16_t sequence;
[267] Fix | Delete
uint32_t length;
[268] Fix | Delete
xcb_window_t root;
[269] Fix | Delete
} xcb_x_print_print_get_screen_of_context_reply_t;
[270] Fix | Delete
[271] Fix | Delete
/** Opcode for xcb_x_print_print_start_job. */
[272] Fix | Delete
#define XCB_X_PRINT_PRINT_START_JOB 7
[273] Fix | Delete
[274] Fix | Delete
/**
[275] Fix | Delete
* @brief xcb_x_print_print_start_job_request_t
[276] Fix | Delete
**/
[277] Fix | Delete
typedef struct xcb_x_print_print_start_job_request_t {
[278] Fix | Delete
uint8_t major_opcode;
[279] Fix | Delete
uint8_t minor_opcode;
[280] Fix | Delete
uint16_t length;
[281] Fix | Delete
uint8_t output_mode;
[282] Fix | Delete
} xcb_x_print_print_start_job_request_t;
[283] Fix | Delete
[284] Fix | Delete
/** Opcode for xcb_x_print_print_end_job. */
[285] Fix | Delete
#define XCB_X_PRINT_PRINT_END_JOB 8
[286] Fix | Delete
[287] Fix | Delete
/**
[288] Fix | Delete
* @brief xcb_x_print_print_end_job_request_t
[289] Fix | Delete
**/
[290] Fix | Delete
typedef struct xcb_x_print_print_end_job_request_t {
[291] Fix | Delete
uint8_t major_opcode;
[292] Fix | Delete
uint8_t minor_opcode;
[293] Fix | Delete
uint16_t length;
[294] Fix | Delete
uint8_t cancel;
[295] Fix | Delete
} xcb_x_print_print_end_job_request_t;
[296] Fix | Delete
[297] Fix | Delete
/** Opcode for xcb_x_print_print_start_doc. */
[298] Fix | Delete
#define XCB_X_PRINT_PRINT_START_DOC 9
[299] Fix | Delete
[300] Fix | Delete
/**
[301] Fix | Delete
* @brief xcb_x_print_print_start_doc_request_t
[302] Fix | Delete
**/
[303] Fix | Delete
typedef struct xcb_x_print_print_start_doc_request_t {
[304] Fix | Delete
uint8_t major_opcode;
[305] Fix | Delete
uint8_t minor_opcode;
[306] Fix | Delete
uint16_t length;
[307] Fix | Delete
uint8_t driver_mode;
[308] Fix | Delete
} xcb_x_print_print_start_doc_request_t;
[309] Fix | Delete
[310] Fix | Delete
/** Opcode for xcb_x_print_print_end_doc. */
[311] Fix | Delete
#define XCB_X_PRINT_PRINT_END_DOC 10
[312] Fix | Delete
[313] Fix | Delete
/**
[314] Fix | Delete
* @brief xcb_x_print_print_end_doc_request_t
[315] Fix | Delete
**/
[316] Fix | Delete
typedef struct xcb_x_print_print_end_doc_request_t {
[317] Fix | Delete
uint8_t major_opcode;
[318] Fix | Delete
uint8_t minor_opcode;
[319] Fix | Delete
uint16_t length;
[320] Fix | Delete
uint8_t cancel;
[321] Fix | Delete
} xcb_x_print_print_end_doc_request_t;
[322] Fix | Delete
[323] Fix | Delete
/** Opcode for xcb_x_print_print_put_document_data. */
[324] Fix | Delete
#define XCB_X_PRINT_PRINT_PUT_DOCUMENT_DATA 11
[325] Fix | Delete
[326] Fix | Delete
/**
[327] Fix | Delete
* @brief xcb_x_print_print_put_document_data_request_t
[328] Fix | Delete
**/
[329] Fix | Delete
typedef struct xcb_x_print_print_put_document_data_request_t {
[330] Fix | Delete
uint8_t major_opcode;
[331] Fix | Delete
uint8_t minor_opcode;
[332] Fix | Delete
uint16_t length;
[333] Fix | Delete
xcb_drawable_t drawable;
[334] Fix | Delete
uint32_t len_data;
[335] Fix | Delete
uint16_t len_fmt;
[336] Fix | Delete
uint16_t len_options;
[337] Fix | Delete
} xcb_x_print_print_put_document_data_request_t;
[338] Fix | Delete
[339] Fix | Delete
/**
[340] Fix | Delete
* @brief xcb_x_print_print_get_document_data_cookie_t
[341] Fix | Delete
**/
[342] Fix | Delete
typedef struct xcb_x_print_print_get_document_data_cookie_t {
[343] Fix | Delete
unsigned int sequence;
[344] Fix | Delete
} xcb_x_print_print_get_document_data_cookie_t;
[345] Fix | Delete
[346] Fix | Delete
/** Opcode for xcb_x_print_print_get_document_data. */
[347] Fix | Delete
#define XCB_X_PRINT_PRINT_GET_DOCUMENT_DATA 12
[348] Fix | Delete
[349] Fix | Delete
/**
[350] Fix | Delete
* @brief xcb_x_print_print_get_document_data_request_t
[351] Fix | Delete
**/
[352] Fix | Delete
typedef struct xcb_x_print_print_get_document_data_request_t {
[353] Fix | Delete
uint8_t major_opcode;
[354] Fix | Delete
uint8_t minor_opcode;
[355] Fix | Delete
uint16_t length;
[356] Fix | Delete
xcb_x_print_pcontext_t context;
[357] Fix | Delete
uint32_t max_bytes;
[358] Fix | Delete
} xcb_x_print_print_get_document_data_request_t;
[359] Fix | Delete
[360] Fix | Delete
/**
[361] Fix | Delete
* @brief xcb_x_print_print_get_document_data_reply_t
[362] Fix | Delete
**/
[363] Fix | Delete
typedef struct xcb_x_print_print_get_document_data_reply_t {
[364] Fix | Delete
uint8_t response_type;
[365] Fix | Delete
uint8_t pad0;
[366] Fix | Delete
uint16_t sequence;
[367] Fix | Delete
uint32_t length;
[368] Fix | Delete
uint32_t status_code;
[369] Fix | Delete
uint32_t finished_flag;
[370] Fix | Delete
uint32_t dataLen;
[371] Fix | Delete
uint8_t pad1[12];
[372] Fix | Delete
} xcb_x_print_print_get_document_data_reply_t;
[373] Fix | Delete
[374] Fix | Delete
/** Opcode for xcb_x_print_print_start_page. */
[375] Fix | Delete
#define XCB_X_PRINT_PRINT_START_PAGE 13
[376] Fix | Delete
[377] Fix | Delete
/**
[378] Fix | Delete
* @brief xcb_x_print_print_start_page_request_t
[379] Fix | Delete
**/
[380] Fix | Delete
typedef struct xcb_x_print_print_start_page_request_t {
[381] Fix | Delete
uint8_t major_opcode;
[382] Fix | Delete
uint8_t minor_opcode;
[383] Fix | Delete
uint16_t length;
[384] Fix | Delete
xcb_window_t window;
[385] Fix | Delete
} xcb_x_print_print_start_page_request_t;
[386] Fix | Delete
[387] Fix | Delete
/** Opcode for xcb_x_print_print_end_page. */
[388] Fix | Delete
#define XCB_X_PRINT_PRINT_END_PAGE 14
[389] Fix | Delete
[390] Fix | Delete
/**
[391] Fix | Delete
* @brief xcb_x_print_print_end_page_request_t
[392] Fix | Delete
**/
[393] Fix | Delete
typedef struct xcb_x_print_print_end_page_request_t {
[394] Fix | Delete
uint8_t major_opcode;
[395] Fix | Delete
uint8_t minor_opcode;
[396] Fix | Delete
uint16_t length;
[397] Fix | Delete
uint8_t cancel;
[398] Fix | Delete
uint8_t pad0[3];
[399] Fix | Delete
} xcb_x_print_print_end_page_request_t;
[400] Fix | Delete
[401] Fix | Delete
/** Opcode for xcb_x_print_print_select_input. */
[402] Fix | Delete
#define XCB_X_PRINT_PRINT_SELECT_INPUT 15
[403] Fix | Delete
[404] Fix | Delete
/**
[405] Fix | Delete
* @brief xcb_x_print_print_select_input_request_t
[406] Fix | Delete
**/
[407] Fix | Delete
typedef struct xcb_x_print_print_select_input_request_t {
[408] Fix | Delete
uint8_t major_opcode;
[409] Fix | Delete
uint8_t minor_opcode;
[410] Fix | Delete
uint16_t length;
[411] Fix | Delete
xcb_x_print_pcontext_t context;
[412] Fix | Delete
uint32_t event_mask;
[413] Fix | Delete
} xcb_x_print_print_select_input_request_t;
[414] Fix | Delete
[415] Fix | Delete
/**
[416] Fix | Delete
* @brief xcb_x_print_print_input_selected_cookie_t
[417] Fix | Delete
**/
[418] Fix | Delete
typedef struct xcb_x_print_print_input_selected_cookie_t {
[419] Fix | Delete
unsigned int sequence;
[420] Fix | Delete
} xcb_x_print_print_input_selected_cookie_t;
[421] Fix | Delete
[422] Fix | Delete
/** Opcode for xcb_x_print_print_input_selected. */
[423] Fix | Delete
#define XCB_X_PRINT_PRINT_INPUT_SELECTED 16
[424] Fix | Delete
[425] Fix | Delete
/**
[426] Fix | Delete
* @brief xcb_x_print_print_input_selected_request_t
[427] Fix | Delete
**/
[428] Fix | Delete
typedef struct xcb_x_print_print_input_selected_request_t {
[429] Fix | Delete
uint8_t major_opcode;
[430] Fix | Delete
uint8_t minor_opcode;
[431] Fix | Delete
uint16_t length;
[432] Fix | Delete
xcb_x_print_pcontext_t context;
[433] Fix | Delete
} xcb_x_print_print_input_selected_request_t;
[434] Fix | Delete
[435] Fix | Delete
/**
[436] Fix | Delete
* @brief xcb_x_print_print_input_selected_reply_t
[437] Fix | Delete
**/
[438] Fix | Delete
typedef struct xcb_x_print_print_input_selected_reply_t {
[439] Fix | Delete
uint8_t response_type;
[440] Fix | Delete
uint8_t pad0;
[441] Fix | Delete
uint16_t sequence;
[442] Fix | Delete
uint32_t length;
[443] Fix | Delete
uint32_t event_mask;
[444] Fix | Delete
uint32_t all_events_mask;
[445] Fix | Delete
} xcb_x_print_print_input_selected_reply_t;
[446] Fix | Delete
[447] Fix | Delete
/**
[448] Fix | Delete
* @brief xcb_x_print_print_get_attributes_cookie_t
[449] Fix | Delete
**/
[450] Fix | Delete
typedef struct xcb_x_print_print_get_attributes_cookie_t {
[451] Fix | Delete
unsigned int sequence;
[452] Fix | Delete
} xcb_x_print_print_get_attributes_cookie_t;
[453] Fix | Delete
[454] Fix | Delete
/** Opcode for xcb_x_print_print_get_attributes. */
[455] Fix | Delete
#define XCB_X_PRINT_PRINT_GET_ATTRIBUTES 17
[456] Fix | Delete
[457] Fix | Delete
/**
[458] Fix | Delete
* @brief xcb_x_print_print_get_attributes_request_t
[459] Fix | Delete
**/
[460] Fix | Delete
typedef struct xcb_x_print_print_get_attributes_request_t {
[461] Fix | Delete
uint8_t major_opcode;
[462] Fix | Delete
uint8_t minor_opcode;
[463] Fix | Delete
uint16_t length;
[464] Fix | Delete
xcb_x_print_pcontext_t context;
[465] Fix | Delete
uint8_t pool;
[466] Fix | Delete
uint8_t pad0[3];
[467] Fix | Delete
} xcb_x_print_print_get_attributes_request_t;
[468] Fix | Delete
[469] Fix | Delete
/**
[470] Fix | Delete
* @brief xcb_x_print_print_get_attributes_reply_t
[471] Fix | Delete
**/
[472] Fix | Delete
typedef struct xcb_x_print_print_get_attributes_reply_t {
[473] Fix | Delete
uint8_t response_type;
[474] Fix | Delete
uint8_t pad0;
[475] Fix | Delete
uint16_t sequence;
[476] Fix | Delete
uint32_t length;
[477] Fix | Delete
uint32_t stringLen;
[478] Fix | Delete
uint8_t pad1[20];
[479] Fix | Delete
} xcb_x_print_print_get_attributes_reply_t;
[480] Fix | Delete
[481] Fix | Delete
/**
[482] Fix | Delete
* @brief xcb_x_print_print_get_one_attributes_cookie_t
[483] Fix | Delete
**/
[484] Fix | Delete
typedef struct xcb_x_print_print_get_one_attributes_cookie_t {
[485] Fix | Delete
unsigned int sequence;
[486] Fix | Delete
} xcb_x_print_print_get_one_attributes_cookie_t;
[487] Fix | Delete
[488] Fix | Delete
/** Opcode for xcb_x_print_print_get_one_attributes. */
[489] Fix | Delete
#define XCB_X_PRINT_PRINT_GET_ONE_ATTRIBUTES 19
[490] Fix | Delete
[491] Fix | Delete
/**
[492] Fix | Delete
* @brief xcb_x_print_print_get_one_attributes_request_t
[493] Fix | Delete
**/
[494] Fix | Delete
typedef struct xcb_x_print_print_get_one_attributes_request_t {
[495] Fix | Delete
uint8_t major_opcode;
[496] Fix | Delete
uint8_t minor_opcode;
[497] Fix | Delete
uint16_t length;
[498] Fix | Delete
xcb_x_print_pcontext_t context;
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function