Lines Matching defs:_SpriteRec
217 typedef struct _SpriteRec { struct
218 CursorPtr current;
219 BoxRec hotLimits; /* logical constraints of hot spot */
220 Bool confined; /* confined to screen */
221 RegionPtr hotShape; /* additional logical shape constraint */
222 BoxRec physLimits; /* physical constraints of hot spot */
223 WindowPtr win; /* window of logical position */
224 HotSpot hot; /* logical pointer position */
225 HotSpot hotPhys; /* physical pointer position */
227 ScreenPtr screen; /* all others are in Screen 0 coordinates */
228 RegionRec Reg1; /* Region 1 for confining motion */
229 RegionRec Reg2; /* Region 2 for confining virtual motion */
230 WindowPtr windows[MAXSCREENS];
231 WindowPtr confineWin; /* confine window */
238 WindowPtr *spriteTrace;
239 int spriteTraceSize;
240 int spriteTraceGood;
250 ScreenPtr pEnqueueScreen;
251 ScreenPtr pDequeueScreen;