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

  /xsrc/external/mit/xinit/dist/
xinitrc.cpp 70 XCOMM For HiDPI displays, the font size returned by ctwm_font_size will variable
  /xsrc/external/mit/xdm/dist/xdm/
dpylist.c 33 * a simple linked list of known displays
39 static struct display *displays; variable in typeref:struct:display
44 return displays != (struct display *) 0;
52 for (d = displays; d; d = next) {
63 for (d = displays; d; d = d->next)
74 for (d = displays; d; d = d->next)
85 for (d = displays; d; d = d->next)
98 for (d = displays; d; d = d->next)
109 for (d = displays; d; d = d->next)
129 for (d = displays; d; d = d->next)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
dmxconfig.c 71 DMXConfigList *displays; member in struct:DMXConfigCmdStruct
89 if (!dmxConfigCmd.displays) dmxConfigCmd.displays = entry;
92 for (pt = dmxConfigCmd.displays; pt->next; pt = pt->next);
366 for (pt = dmxConfigCmd.displays; pt; pt = pt->next) {
437 if (dmxConfigCmd.displays)
453 /** This function determines the number of displays we WILL have and
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winconfig.h 106 DispPtr displays; member in struct:_confscreenrec
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winconfig.h 130 DispPtr displays; member in struct:_confscreenrec
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 355 DispPtr *displays; member in struct:_confscreenrec
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 441 DispPtr displays; member in struct:_confscreenrec

Completed in 11 milliseconds