mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 15:30:11 +01:00
fb: Removed a warning about unused variable
This commit is contained in:
parent
d0f00dd2f9
commit
d4a46fc3e6
1 changed files with 3 additions and 1 deletions
|
|
@ -71,8 +71,10 @@ fbPolyArc (DrawablePtr pDrawable,
|
|||
BoxRec box;
|
||||
int x2, y2;
|
||||
RegionPtr cclip;
|
||||
#ifdef FB_ACCESS_WRAPPER
|
||||
int wrapped = 0;
|
||||
|
||||
#endif
|
||||
|
||||
cclip = fbGetCompositeClip (pGC);
|
||||
fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff);
|
||||
#ifdef FB_ACCESS_WRAPPER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue