summaryrefslogtreecommitdiff
path: root/exa/exa.c
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2009-02-08 18:59:17 +0100
committerMaarten Maathuis <madman2003@gmail.com>2009-02-08 18:59:17 +0100
commit1cb5afdf1ef53e72e0eef28ff6197bf5e86ef758 (patch)
tree88bd3db0a8ade3eb89e59b05abb66170de0c0964 /exa/exa.c
parent6fd8fe9cb993f9b733cf7d878bc324acd09aa48d (diff)
dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.
Diffstat (limited to 'exa/exa.c')
-rw-r--r--exa/exa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/exa/exa.c b/exa/exa.c
index 4a3600847..a77033234 100644
--- a/exa/exa.c
+++ b/exa/exa.c
@@ -694,7 +694,6 @@ exaValidateGC(GCPtr pGC,
/* Either of these conditions is enough to trigger access to a tile pixmap. */
/* With pGC->tileIsPixel == 1, you run the risk of dereferencing an invalid tile pixmap pointer. */
- /* XXX: find out who is forgetting to NULL these tile pixmap pointers. */
if (pGC->fillStyle == FillTiled || ((changes & GCTile) && !pGC->tileIsPixel)) {
pTile = pGC->tile.pixmap;