Home | History | Annotate | Download | only in x11vnc

Lines Matching full:appshare_debug

282 static int appshare_debug = 0;
379 if (appshare_debug && !strcmp(suffix[i], "log")) {
383 if (appshare_debug) {
492 if (appshare_debug) {
518 if (appshare_debug) {fprintf(stderr,
526 if (appshare_debug) {
638 if (appshare_debug) fprintf(stderr, "%s\n", cmd);
661 if (!appshare_debug) {
666 if (appshare_debug) fprintf(stderr, "keeping: %s\n", name);
671 if (!appshare_debug) {
673 if (appshare_debug) fprintf(stderr, "removing: %s\n", trackdir);
858 if (appshare_debug) fprintf(stderr, "check inside: 0x%lx %dx%d+%d+%d %dx%d+%d+%d\n", wchk, w, h, x, y, W, H, X, Y);
874 if (appshare_debug) {fprintf(stderr, "already watching window: 0x%lx\n", win); ff();}
882 if (appshare_debug) {fprintf(stderr, "watching: 0x%lx at %d\n", win, free); ff();}
896 if (appshare_debug) {fprintf(stderr, "deleting: 0x%lx at %d\n", win, i); ff();}
906 if (appshare_debug > 1) {
923 if (appshare_debug) fprintf(stderr, "add level %d 0x%lx %d/%d\n",
1045 if (appshare_debug) {
1064 if (appshare_debug) {
1377 if (appshare_debug) {
1422 appshare_debug = atoi(cmd + strlen("debug:"));
1562 if (appshare_debug) fprintf(stderr, "\nupdate ...\n");
1563 } else if (appshare_debug > 1) {
1586 if (appshare_debug) {fprintf(stderr, "skip_menus: window 0x%lx is inside of 0x%lx, not tracking it.\n", win, inside); ff();}
1611 if (appshare_debug) {fprintf(stderr, "update done.\n"); ff();}
1755 #define PREFIX if(appshare_debug) fprintf(stderr, " %8.2f 0x%08lx : ", dnow() - start, ev.xany.window);
1791 if(appshare_debug) fprintf(stderr, "Expose %04dx%04d+%04d+%04d\n", ev.xexpose.width, ev.xexpose.height, ev.xexpose.x, ev.xexpose.y);
1796 if(appshare_debug) fprintf(stderr, "ConfigureNotify %04dx%04d+%04d+%04d above: 0x%lx\n", ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconfigure.y, ev.xconfigure.above);
1801 if (appshare_debug) {
1811 if(appshare_debug) fprintf(stderr, "MapNotify win: 0x%lx\n", ev.xmap.window);
1818 if(appshare_debug) fprintf(stderr, "UnmapNotify win: 0x%lx\n", ev.xmap.window);
1825 if(appshare_debug) fprintf(stderr, "MapRequest\n");
1829 if(appshare_debug) fprintf(stderr, "CreateNotify parent: 0x%lx win: 0x%lx\n", ev.xcreatewindow.parent, ev.xcreatewindow.window);
1839 if(appshare_debug) fprintf(stderr, "DestroyNotify win: 0x%lx\n", ev.xdestroywindow.window);
1846 if(appshare_debug) fprintf(stderr, "ConfigureRequest\n");
1851 if(appshare_debug) fprintf(stderr, "CirculateRequest parent: 0x%lx win: 0x%lx\n", ev.xcirculaterequest.parent, ev.xcirculaterequest.window);
1857 if(appshare_debug) fprintf(stderr, "CirculateNotify\n");
1863 if(appshare_debug) fprintf(stderr, "PropertyNotify\n");
1871 if(appshare_debug) fprintf(stderr, "ReparentNotify parent: 0x%lx win: 0x%lx\n", ev.xreparent.parent, ev.xreparent.window);
1882 if(appshare_debug) fprintf(stderr, "Unknown: %d\n", ev.type);
1956 appshare_debug++;
1974 appshare_debug = atoi(getenv("X11VNC_APPSHARE_DEBUG"));