Searched refs:AgentArgs (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DXDPS.c145 static DPSCAPAgentArgs AgentArgs[DPSMAXDISPLAYS]; variable
1815 AgentArgs[dpyix].showSmallSizes = val;
1819 AgentArgs[dpyix].pixMem = val;
1862 AgentArgs[dpyix].showSmallSizes = 0;
1863 AgentArgs[dpyix].pixMem = 0;
1872 if (AgentArgs[dpyix].showSmallSizes)
1873 XDPSLSetAgentArg(xdpy, AGENT_ARG_SMALLFONTS, AgentArgs[dpyix].showSmallSizes);
1874 if (AgentArgs[dpyix].pixMem)
1875 XDPSLSetAgentArg(xdpy, AGENT_ARG_PIXMEM, AgentArgs[dpyix].pixMem);

Completed in 88 milliseconds