Home
last modified time | relevance | path

Searched refs:xRRMonitorInfo (Results 1 – 11 of 11) sorted by relevance

/dports/x11/libXrandr/libXrandr-1.5.2/src/
H A DXrrMonitor.c46 xRRMonitorInfo *xmon; in XRRGetMonitors()
70 rep.nmonitors > INT_MAX / SIZEOF(xRRMonitorInfo) || in XRRGetMonitors()
72 rep.nmonitors * SIZEOF(xRRMonitorInfo) > INT_MAX - rep.noutputs * 4) { in XRRGetMonitors()
81 nbytesRead = nmon * SIZEOF(xRRMonitorInfo) + noutput * 4; in XRRGetMonitors()
110 xmon = (xRRMonitorInfo *) buf; in XRRGetMonitors()
122 buf += SIZEOF (xRRMonitorInfo); in XRRGetMonitors()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xarcan/xarcan-0.6.0/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xwayland/xorg-server-1.20.13/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xephyr/xorg-server-1.20.13/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/randr/
H A Drrmonitor.c641 rep.length += SIZEOF(xRRMonitorInfo) >> 2; in ProcRRGetMonitors()
662 xRRMonitorInfo info = { in ProcRRGetMonitors()
685 WriteToClient(client, sizeof(xRRMonitorInfo), &info); in ProcRRGetMonitors()
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A Drandrproto.h1083 } xRRMonitorInfo; typedef
1116 xRRMonitorInfo monitor;