Searched defs:_SpriteRec (Results 1 – 1 of 1) sorted by relevance
217 typedef struct _SpriteRec { struct218 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 */[all …]