Searched refs:_wins_all_cnt (Results 1 – 1 of 1) sorted by relevance
108 static CGSWindowCount _wins_all_cnt, _wins_mapped_cnt; variable309 err = CGSGetWindowList(cid, NULL, cap, _wins_all, &_wins_all_cnt); in macosxCGS_get_all_windows()311 if (db) fprintf(stderr, "cnt: %d err: %d\n", (int) _wins_all_cnt, err); in macosxCGS_get_all_windows()317 for (i=0; i < (int) _wins_all_cnt; i++) { in macosxCGS_get_all_windows()