Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dxrecord.c1666 Window focus, wm, c, clast; in xrecord_watch() local
1859 clast = None; in xrecord_watch()
1888 clast = last_result; in xrecord_watch()
1892 clast = descend_pointer(6, c, NULL, 0); in xrecord_watch()
1897 clast = descend_pointer(6, c, xrecord_name_info, NAMEINFO); in xrecord_watch()
1922 clast = None; in xrecord_watch()
1928 last_result = clast; in xrecord_watch()
1931 if (!clast || clast == rootwin) { in xrecord_watch()
1967 rcs_scroll = (XRecordClientSpec) clast; in xrecord_watch()
1994 rcs_scroll = (XRecordClientSpec) clast; in xrecord_watch()
[all …]
Dwin_utils.c500 Window r, c, clast = None; in descend_pointer()
549 clast = c; in descend_pointer()
552 if (XFetchName(dpy, clast, &name) && name != NULL) { in descend_pointer()
568 if (XGetClassHint(dpy, clast, classhint)) { in descend_pointer()
610 return clast; in descend_pointer()