Home
last modified time | relevance | path

Searched refs:_wins_mapped_cnt (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
DmacosxCGS.c108 static CGSWindowCount _wins_all_cnt, _wins_mapped_cnt; variable
245 for (i = 0; i < (int) _wins_mapped_cnt; i++) { in check_clipped()
372 err = CGSGetOnScreenWindowList(cid, NULL, cap, _wins_mapped, &_wins_mapped_cnt); in macosxCGS_get_all_windows()
374 if (db) fprintf(stderr, "cnt: %d err: %d\n", (int) _wins_mapped_cnt, err); in macosxCGS_get_all_windows()
380 for (i=0; i < (int) _wins_mapped_cnt; i++) { in macosxCGS_get_all_windows()