Lines Matching refs:desktop
65 * 1. Grab the list of windows and the desktop size.
66 * 2. Filter out the panel/desktop/whatever. We're going to make
67 * a cheesy assumption that a window on desktop -1 should be left
322 fprintf(stderr, "WARNING: Assuming desktop to be 1024x768!\n");
326 printf("Desktop is %lu by %lu.\n", desk_w, desk_h);
443 long *desktop;
453 /* desktop ID */
454 if ((desktop = (long *)get_property(disp, client_list[i],
458 desktop =
465 if (desktop && *desktop >= 0 && *desktop < DESKTOP_MAX) {
467 free(desktop);
481 /* desktop ID */
482 if ((desktop = (long *)get_property(disp, client_list[i],
486 desktop =
492 if (desktop && *desktop >= 0 && *desktop < DESKTOP_MAX) {
495 free(desktop);