mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 14:10:06 +01:00
Increment j.
This commit is contained in:
parent
1c87f129eb
commit
7f01e9694c
1 changed files with 1 additions and 1 deletions
|
|
@ -1496,7 +1496,7 @@ dmxBESetWindowProperty (WindowPtr pWindow,
|
|||
if (format[j] == '.')
|
||||
j = 0;
|
||||
|
||||
dmxTranslateWindowProperty (pWindow, format[j], src, dst);
|
||||
dmxTranslateWindowProperty (pWindow, format[j++], src, dst);
|
||||
|
||||
src += (pProp->format >> 3);
|
||||
dst += (pProp->format >> 3);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue