mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 11:10:10 +01:00
"fbpict.c", line 215: void function cannot return value
This commit is contained in:
parent
0a4e931115
commit
7c0ca27f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ fbCompositeGeneral (CARD8 op,
|
|||
CARD16 width,
|
||||
CARD16 height)
|
||||
{
|
||||
return fbComposite (op, pSrc, pMask, pDst,
|
||||
fbComposite (op, pSrc, pMask, pDst,
|
||||
xSrc, ySrc, xMask, yMask, xDst, yDst,
|
||||
width, height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue