Searched refs:cursorID (Results 1 – 2 of 2) sorted by relevance
749 Cursor cursorID; in ScreenSaverSetAttributes() local1031 cursorID = (Cursor) * pVlist; in ScreenSaverSetAttributes()1032 if (cursorID == None) { in ScreenSaverSetAttributes()1036 ret = dixLookupResourceByType((void **) &pCursor, cursorID, in ScreenSaverSetAttributes()1039 client->errorValue = cursorID; in ScreenSaverSetAttributes()
1176 Cursor cursorID; in ChangeWindowAttributes() local1490 cursorID = (Cursor) * pVlist; in ChangeWindowAttributes()1495 if (cursorID == None) { in ChangeWindowAttributes()1502 rc = dixLookupResourceByType((void **) &pCursor, cursorID, in ChangeWindowAttributes()1506 client->errorValue = cursorID; in ChangeWindowAttributes()3234 XID cursorID = 0; in TileScreenSaver() local3283 cursorID = FakeClientID(0); in TileScreenSaver()3284 if (AddResource(cursorID, RT_CURSOR, (void *) cursor)) { in TileScreenSaver()3285 attributes[attri] = cursorID; in TileScreenSaver()3307 FreeResource(cursorID, RT_NONE); in TileScreenSaver()