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

/external/libvncserver/x11vnc/
H A Dsolid.c332 Window twin;
338 twin = ws_wins[n];
339 if (! twin) {
340 twin = rootwin;
342 if (! valid_window(twin, NULL, 0)) {
346 pixmap = XCreatePixmap(dpy, twin, wdpy_x, wdpy_y,
352 gc = XCreateGC(dpy, twin, GCFunction|GCPlaneMask, &gcv);
358 gc = XCreateGC(dpy, twin, GCForeground|GCBackground,
362 n, twin);
364 XSetWindowBackgroundPixmap(dpy, twin, pixma
[all...]
H A Dremote.c1183 Window twin; local
1193 twin = 0x0;
1196 twin = 0x0;
1199 } else if (pick_windowid(&twin)) {
1202 } else if (! scan_hexdec(p, &twin)) {
1210 if (twin && ! valid_window(twin, NULL, 0)) {
1211 rfbLog("skipping invalid sub-window: 0x%lx\n", twin);
1214 subwin = twin;
1225 Window twin; local
[all...]
H A Dwin_utils.c623 Window twin; local
656 XTranslateCoordinates(dpy, win, rootwin, 0, 0, &x, &y, &twin);
H A Duserinput.c9283 Window twin = Ev_map[n1]; local
9284 if (twin == None || twin == rootwin) {
9288 if (Ev_unmap[n2] == twin) {
9290 if (ncdb) fprintf(stderr, "SKIPWINS: Ev_unmap/map: 0x%lx %d\n", twin, n2);
9291 skipwins[skipwins_n++] = twin;
9389 if (twin == None || twin == rootwin) { \
9393 if (skipwins[ns] == twin) { \
9400 Window twin; local
[all...]
H A Dappshare.c1041 Window twin; local
1043 if (scan_hexdec(name, &twin)) {
1044 int f = find_win(twin);
1046 fprintf(stderr, "twin: 0x%lx name=%s f=%d\n", twin, name, f);
H A Dscreen.c2485 Window twin = subwin ? subwin : rootwin;
2488 xi = xreadscreen(dpy, twin, 0, 0, 8, 8, False);
2649 Window twin;
2654 &subwin_y, &twin);

Completed in 357 milliseconds