aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-04-07 10:32:28 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-04-07 10:32:28 +0200
commitdcdbc102c1d1827fd10959148d52f9e2e96bf3cd (patch)
treead80fa3280e59a4787e3aa2a879ced0b0d8993a6 /nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
parentc8a4e1e75c745c5c3ad947ba61c52cc5963d31dd (diff)
parent6c8c950258cf0da0cf24c5e80c2216914ac282a4 (diff)
downloadnx-libs-dcdbc102c1d1827fd10959148d52f9e2e96bf3cd.tar.gz
nx-libs-dcdbc102c1d1827fd10959148d52f9e2e96bf3cd.tar.bz2
nx-libs-dcdbc102c1d1827fd10959148d52f9e2e96bf3cd.zip
Merge branch 'sunweaver-pr/drop-render-fullcolor-workaround' into 3.6.x
Attributes GH PR #401: https://github.com/ArcticaProject/nx-libs/pull/401 Reviewed by: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> -- Fri, 07 Apr 2017 10:24:05 +0200
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/NXpicture.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXpicture.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c b/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
index 53a4633e5..c08af1764 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
@@ -296,10 +296,6 @@ CreateSolidPicture (Picture pid, xRenderColor *color, int *error)
}
pPicture->pSourcePict->type = SourcePictTypeSolidFill;
pPicture->pSourcePict->solidFill.color = xRenderColorToCard32(*color);
- pPicture->pSourcePict->solidFill.fullColor.alpha=color->alpha;
- pPicture->pSourcePict->solidFill.fullColor.red=color->red;
- pPicture->pSourcePict->solidFill.fullColor.green=color->green;
- pPicture->pSourcePict->solidFill.fullColor.blue=color->blue;
return pPicture;
}