Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
D8to24.c59 static int check_depth(Window win, Window top, int doall);
485 if (check_depth(win, win, doall)) { in check_for_multivis()
513 if (check_depth(win1, win, doall)) { in check_for_multivis()
536 if (check_depth(win2, win, doall)) { in check_for_multivis()
674 static int check_depth(Window win, Window top, int doall) { in check_depth() function