Daniel Stone <[email protected]> (28/12/2010):
> diff --git a/include/inputstr.h b/include/inputstr.h
> index 44de9c4..159d7f6 100644
> --- a/include/inputstr.h
> +++ b/include/inputstr.h
> @@ -203,6 +203,47 @@ typedef struct _GrabRec {
>      unsigned char       xi2mask[EMASKSIZE][XI2MASKSIZE];
>  } GrabRec;
>  
> +/**
> + * Sprite information for a device.
> + */
> +typedef struct _SpriteRec {
> +    CursorPtr        current;
> +    BoxRec   hotLimits;      /* logical constraints of hot spot */
> +    Bool     confined;       /* confined to screen */
> +    RegionPtr        hotShape;       /* additional logical shape constraint 
> */
> +    BoxRec   physLimits;     /* physical constraints of hot spot */
> +    WindowPtr        win;            /* window of logical position */
> +    HotSpot  hot;            /* logical pointer position */
> +    HotSpot  hotPhys;        /* physical pointer position */
> +#ifdef PANORAMIX
> +    ScreenPtr        screen;         /* all others are in Screen 0 
> coordinates */
> +    RegionRec   Reg1;                /* Region 1 for confining motion */
> +    RegionRec   Reg2;                /* Region 2 for confining virtual 
> motion */
> +    WindowPtr   windows[MAXSCREENS];
> +    WindowPtr        confineWin;     /* confine window */ 

Applying: Input: Export SpriteRec for use in public API
/home/cyril/debian-x/xserver/xorg-server.git/.git/rebase-apply/patch:43: 
trailing whitespace.
    WindowPtr                                                            
confineWin;    /* confine window */ 
warning: 1 line adds whitespace errors.

> +#endif
> …

KiBi.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to