diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-08-11 08:05:31 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-08-11 08:05:31 +0000 |
commit | 21b7ff0b54fcf28e933738aaaedf5aef46880717 (patch) | |
tree | 14096776c3344427af6cae30ec4e88dcb931da68 | |
parent | 9f86498395945e52accedc6bf3d938c2d21abd5d (diff) |
- Fix the build with old libXrender headers installed by includingsco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2
TOP_INCLUDES first in the INCLUDES line.
- Drive-by fix of unused variables warnings in do_traps.c.
-rw-r--r-- | do_traps.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -126,7 +126,6 @@ InitFixedTraps(XParms xp, Parms p, int reps) int rows; int x, y; int size, skew; - int left, right, top, bot; XTrap *curTrap; XRenderColor color; int major, minor; |