diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-03-01 17:19:37 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-03-01 17:19:37 +1030 |
commit | 43bd35fcf85b51b7e5714844bade90184dbd746f (patch) | |
tree | 76120c1a607fff3e0e1d7d65fc0ad7373fc28133 /autogen.sh | |
parent | 2a35d44b6d87f96a7ce90dc8f0142f48cc176e95 (diff) |
dix: Remove InitSprite, work can be done by InitializeSprite.
Free sprite struct if a spriteOwner is paired.
xfree86: Use PairDevices instead of passing booleans around when creating a
sprite.
Xext: Switch back to using LookupPointer/KeyboardDevice instead of
inputInfo.xyz.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 904cd6746..1176abd5b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,4 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure --enable-maintainer-mode --disable-dmx "$@" |