aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-21 21:25:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-04-06 20:44:25 +0000
commit6c8c950258cf0da0cf24c5e80c2216914ac282a4 (patch)
treead80fa3280e59a4787e3aa2a879ced0b0d8993a6 /nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
parentc8a4e1e75c745c5c3ad947ba61c52cc5963d31dd (diff)
downloadnx-libs-6c8c950258cf0da0cf24c5e80c2216914ac282a4.tar.gz
nx-libs-6c8c950258cf0da0cf24c5e80c2216914ac282a4.tar.bz2
nx-libs-6c8c950258cf0da0cf24c5e80c2216914ac282a4.zip
NXpicturestr_PictSolidFill.h: Drop file and revert db8705. Not an issue anymore nowadays.
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;
}