OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acr
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c
2522
xAllocColorReply
acr
;
local
2530
acr
.type = X_Reply;
2531
acr
.length = 0;
2532
acr
.sequenceNumber = client->sequence;
2533
acr
.red = stuff->red;
2534
acr
.green = stuff->green;
2535
acr
.blue = stuff->blue;
2536
acr
.pixel = 0;
2537
if( (rc = AllocColor(pmap, &
acr
.red, &
acr
.green, &acr.blue
[
all
...]
/xsrc/external/mit/xorg-server/dist/dix/
dispatch.c
2615
xAllocColorReply
acr
= {
local
2624
if ((rc = AllocColor(pmap, &
acr
.red, &
acr
.green, &
acr
.blue,
2625
&
acr
.pixel, client->index)))
2630
WriteReplyToClient(client, sizeof(xAllocColorReply), &
acr
);
Completed in 8 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026