Generated Code : swapcheck_shape.h

chris at demorecorder.com chris at demorecorder.com
Thu Feb 26 00:05:49 PST 2015


/*
 * This file generated automatically from shape.xml by gen_swap_check.py.
 * Edit at your peril.
 */

/**
 * @defgroup XCB_Shape_API XCB Shape API
 * @brief Shape XCB Protocol Implementation.
 * @{
 **/

#ifndef __SHAPE_H
#define __SHAPE_H

#include "swapcheck_xproto.h"

#ifdef __cplusplus
extern "C" {
#endif

#define XCB_SHAPE_MAJOR_VERSION 1
#define XCB_SHAPE_MINOR_VERSION 1


int
xcb_Shape_QueryVersion_SwapToClient(void *data);

int
xcb_Shape_QueryVersion_SwapFromClient(void *data);

int
xcb_Shape_QueryVersion_Check(void *data);

int
xcb_Shape_Rectangles_SwapToClient(void *data);

int
xcb_Shape_Rectangles_SwapFromClient(void *data);

int
xcb_Shape_Rectangles_Check(void *data);

int
xcb_Shape_Mask_SwapToClient(void *data);

int
xcb_Shape_Mask_SwapFromClient(void *data);

int
xcb_Shape_Mask_Check(void *data);

int
xcb_Shape_Combine_SwapToClient(void *data);

int
xcb_Shape_Combine_SwapFromClient(void *data);

int
xcb_Shape_Combine_Check(void *data);

int
xcb_Shape_Offset_SwapToClient(void *data);

int
xcb_Shape_Offset_SwapFromClient(void *data);

int
xcb_Shape_Offset_Check(void *data);

int
xcb_Shape_QueryExtents_SwapToClient(void *data);

int
xcb_Shape_QueryExtents_SwapFromClient(void *data);

int
xcb_Shape_QueryExtents_Check(void *data);

int
xcb_Shape_SelectInput_SwapToClient(void *data);

int
xcb_Shape_SelectInput_SwapFromClient(void *data);

int
xcb_Shape_SelectInput_Check(void *data);

int
xcb_Shape_InputSelected_SwapToClient(void *data);

int
xcb_Shape_InputSelected_SwapFromClient(void *data);

int
xcb_Shape_InputSelected_Check(void *data);

int
xcb_Shape_GetRectangles_SwapToClient(void *data);

int
xcb_Shape_GetRectangles_SwapFromClient(void *data);

int
xcb_Shape_GetRectangles_Check(void *data);


int
xcb_shape_SwapToClient_dispatch(void *req);
int
xcb_shape_SwapFromClient_dispatch(void *req);
int
xcb_shape_Check_dispatch(void *req);

#ifdef __cplusplus
}
#endif

#endif

/**
 * @}
 */


More information about the xorg-devel mailing list