summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpImageGlyphBlt.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-08-15 15:40:17 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-08-15 15:40:17 -0700
commitea98b503caf78170d5a1a94557cb1a6d98821645 (patch)
tree4a42432cefd8b6adca7151b21f7a665c86d9f93b /xorg/X11R7.6/rdp/rdpImageGlyphBlt.c
parent68ef36cc0267dbb0515dd8d843c88807268577d7 (diff)
downloadxrdp-proprietary-ea98b503caf78170d5a1a94557cb1a6d98821645.tar.gz
xrdp-proprietary-ea98b503caf78170d5a1a94557cb1a6d98821645.zip
xorg: work on dirty updates for bandwidth
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpImageGlyphBlt.c')
-rw-r--r--xorg/X11R7.6/rdp/rdpImageGlyphBlt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/X11R7.6/rdp/rdpImageGlyphBlt.c b/xorg/X11R7.6/rdp/rdpImageGlyphBlt.c
index dee54283..25d23a51 100644
--- a/xorg/X11R7.6/rdp/rdpImageGlyphBlt.c
+++ b/xorg/X11R7.6/rdp/rdpImageGlyphBlt.c
@@ -149,7 +149,7 @@ rdpImageGlyphBlt(DrawablePtr pDrawable, GCPtr pGC,
if (dirty_type != 0)
{
RegionInit(&reg1, &box, 0);
- draw_item_add_img_region(pDirtyPriv, &reg1, dirty_type);
+ draw_item_add_img_region(pDirtyPriv, &reg1, GXcopy, dirty_type);
RegionUninit(&reg1);
}
else if (got_id)
@@ -168,7 +168,7 @@ rdpImageGlyphBlt(DrawablePtr pDrawable, GCPtr pGC,
{
if (dirty_type != 0)
{
- draw_item_add_img_region(pDirtyPriv, &reg, dirty_type);
+ draw_item_add_img_region(pDirtyPriv, &reg, GXcopy, dirty_type);
}
else if (got_id)
{