summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpComposite.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-08-09 20:07:24 -0700
committerJim Grandy <jgrandy@authentic8.com>2013-08-22 12:58:07 -0700
commitac8d4bfb41eaf4321a79ad509365aa1e61e2c18f (patch)
tree2ddba0f0795ab34263cfbe69852c0274fe2e6b97 /xorg/X11R7.6/rdp/rdpComposite.c
parent02d550e11b7eda54725a0f8ea469fe6421d1b8d4 (diff)
downloadxrdp-proprietary-ac8d4bfb41eaf4321a79ad509365aa1e61e2c18f.tar.gz
xrdp-proprietary-ac8d4bfb41eaf4321a79ad509365aa1e61e2c18f.zip
X11rdp: fixes for the merge, offscreen fix
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpComposite.c')
-rw-r--r--xorg/X11R7.6/rdp/rdpComposite.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/xorg/X11R7.6/rdp/rdpComposite.c b/xorg/X11R7.6/rdp/rdpComposite.c
index ec161994..57661520 100644
--- a/xorg/X11R7.6/rdp/rdpComposite.c
+++ b/xorg/X11R7.6/rdp/rdpComposite.c
@@ -487,17 +487,6 @@ check_drawables(CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst,
#endif
}
}
- if (rv != 0)
- {
- /* TODO: figure out why source XRGB does not work
- skipping for now because they rarely happen
- happens when drawing Firefox open file dialog, the button icons */
- if (PIXMAN_FORMAT_A(pSrc->format) == 0)
- {
- rv = 0;
- LLOGLN(10, ("check_drawables: src format"));
- }
- }
if (rv == 0)
{
LLOGLN(10, ("check_drawables: can not remote [%s]", g_com_fail_strings[fail_reason]));