diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-01-21 01:45:30 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-01-21 01:45:30 -0800 |
commit | 055c577f5497b55fd7bb597c7303aa1236b39d61 (patch) | |
tree | 666835d385b29c33f17c97dcc74f2f215f1d3afa /xorg/server/module/rdpPolyFillRect.c | |
parent | 147ace738233435408df18415c7d802631f7fecc (diff) | |
download | xrdp-proprietary-055c577f5497b55fd7bb597c7303aa1236b39d61.tar.gz xrdp-proprietary-055c577f5497b55fd7bb597c7303aa1236b39d61.zip |
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpPolyFillRect.c')
-rw-r--r-- | xorg/server/module/rdpPolyFillRect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/server/module/rdpPolyFillRect.c b/xorg/server/module/rdpPolyFillRect.c index afcdf3cc..3f05896a 100644 --- a/xorg/server/module/rdpPolyFillRect.c +++ b/xorg/server/module/rdpPolyFillRect.c @@ -65,7 +65,6 @@ rdpPolyFillRectPost(rdpPtr dev, rdpClientCon *clientCon, int cd, RegionPtr clip_reg, DrawablePtr pDrawable, GCPtr pGC, RegionPtr fill_reg) { - BoxRec box; WindowPtr pDstWnd; if (cd == 0) @@ -108,7 +107,7 @@ rdpPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrectFill, rdpRegionInit(&clip_reg, NullBox, 0); cd = rdpDrawGetClip(dev, &clip_reg, pDrawable, pGC); - LLOGLN(0, ("rdpPolyFillRect: cd %d", cd)); + LLOGLN(10, ("rdpPolyFillRect: cd %d", cd)); clientCon = dev->clientConHead; while (clientCon != NULL) { |