diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-15 23:43:38 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-15 23:43:38 -0700 |
commit | 26b42fa84328f02cbe0ff357b86d574fb918ae3e (patch) | |
tree | d8dab3cc33dd7531e6b9985c200063379d16e1f7 /xorg/X11R7.6/rdp/rdpFillSpans.c | |
parent | bdc2c51feed37532436f65e9bacd43c8732f1d14 (diff) | |
download | xrdp-proprietary-26b42fa84328f02cbe0ff357b86d574fb918ae3e.tar.gz xrdp-proprietary-26b42fa84328f02cbe0ff357b86d574fb918ae3e.zip |
xorg: work on offscreen bitmaps
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpFillSpans.c')
-rw-r--r-- | xorg/X11R7.6/rdp/rdpFillSpans.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg/X11R7.6/rdp/rdpFillSpans.c b/xorg/X11R7.6/rdp/rdpFillSpans.c index 73b07bcb..0939b50a 100644 --- a/xorg/X11R7.6/rdp/rdpFillSpans.c +++ b/xorg/X11R7.6/rdp/rdpFillSpans.c @@ -62,9 +62,7 @@ rdpFillSpans(DrawablePtr pDrawable, GCPtr pGC, int nInit, { RegionRec clip_reg; int cd; - int j; int got_id; - BoxRec box; struct image_data id; WindowPtr pDstWnd; PixmapPtr pDstPixmap; |