Lines Matching defs:mon
46 XRRMonitorInfo *mon = NULL;
94 mon = Xmalloc (rbytes);
96 if (buf == NULL || mon == NULL) {
98 Xfree(mon);
107 output = (RROutput *) (mon + nmon);
111 mon[m].name = xmon->name;
112 mon[m].primary = xmon->primary;
113 mon[m].automatic = xmon->automatic;
114 mon[m].noutput = xmon->noutput;
115 mon[m].x = xmon->x;
116 mon[m].y = xmon->y;
117 mon[m].width = xmon->width;
118 mon[m].height = xmon->height;
119 mon[m].mwidth = xmon->widthInMillimeters;
120 mon[m].mheight = xmon->heightInMillimeters;
121 mon[m].outputs = output;
126 Xfree(mon);
150 return mon;