X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cspi%2Fspi.h;h=9d258285de3cafd013c835c9af1d8d6b14a1399e;hb=b6a9e880c09f13a391a2a23b0dd685a518fe61a1;hp=ba2d319f8f0a2cf6f14cf7a11398ba97f423cfea;hpb=b221ba1183f4089e27b93cc6e43c7c1d94024a29;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/cspi/spi.h b/cspi/spi.h index ba2d319..9d25828 100644 --- a/cspi/spi.h +++ b/cspi/spi.h @@ -24,6 +24,8 @@ #ifndef _SPI_H #define _SPI_H +#include +#include #include /* * Definitions for AccessibleRole, AccessibleState, @@ -33,10 +35,11 @@ #include #include + /* * Auxiliary typedefs and mask definitions */ -#include +#include #ifdef __cplusplus extern "C" { @@ -317,21 +320,6 @@ typedef enum { typedef unsigned long AccessibleKeyEventMask; typedef unsigned long AccessibleDeviceEventMask; -/** - * SPIRect: - * @x: The position of the minimum x value of the rectangle (i.e. left hand corner) - * @y: The position of the minimum y value of the rectangle's bounds. - * @width: Width of the rectangle in pixels. - * @height: Height of the rectangle in pixels. - * - * A structure encapsulating a rectangle. - **/ -typedef struct { - long x; - long y; - long width; - long height; -} SPIRect; /** *AccessibleComponentLayer: