Lines Matching defs:attr
47 DMXScreenAttributes attr;
66 attr.screenWindowXoffset = strtol(argv[4], NULL, 0);
67 attr.screenWindowYoffset = strtol(argv[5], NULL, 0);
68 attr.screenWindowWidth = strtol(argv[6], NULL, 0);
69 attr.screenWindowHeight = strtol(argv[7], NULL, 0);
75 attr.rootWindowXoffset = strtol(argv[8], NULL, 0);
76 attr.rootWindowYoffset = strtol(argv[9], NULL, 0);
77 attr.rootWindowWidth = strtol(argv[10], NULL, 0);
78 attr.rootWindowHeight = strtol(argv[11], NULL, 0);
81 attr.rootWindowXorigin = strtol(argv[12], NULL, 0);
82 attr.rootWindowYorigin = strtol(argv[13], NULL, 0);
100 if (!DMXAddScreen(display, argv[3], mask, &attr, &screenNum))