mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 14:50:08 +01:00
Merge remote branch 'jamey/for-keith'
This commit is contained in:
commit
f87002cb7d
1 changed files with 1 additions and 1 deletions
2
dix/gc.c
2
dix/gc.c
|
|
@ -439,7 +439,7 @@ ChangeGCXIDs(ClientPtr client, GC *pGC, BITS32 mask, CARD32 *pC32)
|
|||
client->errorValue = mask;
|
||||
return BadValue;
|
||||
}
|
||||
for (i = Ones(mask); i; --i)
|
||||
for (i = Ones(mask); i--; )
|
||||
vals[i].val = pC32[i];
|
||||
for (i = 0; i < sizeof(xidfields) / sizeof(*xidfields); ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue