diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-17 11:52:10 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-17 12:10:35 +0000 |
commit | 18035a21e147788bea03ab2175ca03ae951701ce (patch) | |
tree | 72eacd9c193e67836527be237307aba2818eb0ec /src/sna/sna.h | |
parent | 46141d277f326ae78f7b0e927a500e0eb1987f1b (diff) |
sna: Remove the confusion of the pixmap->undamaged
This was to track a pixmap that had been used for migration (i.e had in
the past been used for mixed rendering). It is no longer used so remove
it.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index 112af359..8304f424 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -130,7 +130,6 @@ struct sna_pixmap { uint8_t mapped :1; uint8_t shm :1; uint8_t clear :1; - uint8_t undamaged :1; uint8_t header :1; uint8_t cpu :1; }; |