Searched refs:_wins_all_cnt (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A DmacosxCGS.c108 static CGSWindowCount _wins_all_cnt, _wins_mapped_cnt; variable
309 err = CGSGetWindowList(cid, NULL, cap, _wins_all, &_wins_all_cnt);
311 if (db) fprintf(stderr, "cnt: %d err: %d\n", (int) _wins_all_cnt, err);
317 for (i=0; i < (int) _wins_all_cnt; i++) {

Completed in 73 milliseconds