diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-09 19:15:20 +0000 |
---|---|---|
committer | root <root@ivybridge.(none)> | 2013-02-10 10:24:12 +0000 |
commit | 3cbdfb54d1fcfed7745111e861e19b7bbac243cc (patch) | |
tree | c355f97cca41d34d66f1097b586198cc492a43c2 /src/sna/sna_damage.h | |
parent | 42a6b25817985e22e7d462be87fbd97973d96a29 (diff) |
sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21
The principle change is to switch to the old Privates API and undo the
Region renames.
The downside is that this ignores the critical bugfixes made to the
xserver since xorg-1.6 - but I assume that whoever wants to run the
latest hardware on the old xservers is also backporting those stability
fixes...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_damage.h')
-rw-r--r-- | src/sna/sna_damage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sna/sna_damage.h b/src/sna/sna_damage.h index 76718eb7..03a54a3d 100644 --- a/src/sna/sna_damage.h +++ b/src/sna/sna_damage.h @@ -2,7 +2,6 @@ #define SNA_DAMAGE_H #include <regionstr.h> -#include <list.h> #include "compiler.h" |