HomeSort by: relevance | last modified time | path
    Searched defs:areas (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
r_structs.h 33 RArea *areas; ///< Array of RArea members of this list member in struct:RAreaList
51 /// `monitors->areas[i]`. This is used for looking up geometries
xrandr.c 27 RAreaList *areas; local
77 areas = RAreaListNew(i_nmonitors, NULL);
100 RAreaListAdd(areas, &cur_area);
105 // Build up an RLayout of those areas and their names, and hand it
107 return RLayoutSetMonitorsNames(RLayoutNew(areas), monitor_names);
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
properties.c 684 int *areas; local
689 areas = (int *) prop->data;
690 if (!SynapticsIsSoftButtonAreasValid(areas))
693 memcpy(para->softbutton_areas[0], areas, 4 * sizeof(int));
694 memcpy(para->softbutton_areas[1], areas + 4, 4 * sizeof(int));

Completed in 6 milliseconds