Standardise copyright headers for all new files created as part of MPX.
This commit is contained in:
parent
3fc67b4205
commit
f5ac98747d
1
COPYING
1
COPYING
|
@ -9,6 +9,7 @@ Stone).
|
||||||
Copyright © 2000-2001 Juliusz Chroboczek
|
Copyright © 2000-2001 Juliusz Chroboczek
|
||||||
Copyright © 2006-2007 Intel Corporation
|
Copyright © 2006-2007 Intel Corporation
|
||||||
Copyright © 2006 Nokia Corporation
|
Copyright © 2006 Nokia Corporation
|
||||||
|
Copyright © 2006-2008 Peter Hutterer
|
||||||
Copyright © 1999 Keith Packard
|
Copyright © 1999 Keith Packard
|
||||||
Copyright © 2005-2007 Daniel Stone
|
Copyright © 2005-2007 Daniel Stone
|
||||||
Copyright © 2006 Luc Verhaegen
|
Copyright © 2006 Luc Verhaegen
|
||||||
|
|
50
Xext/geext.c
50
Xext/geext.c
|
@ -1,31 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
50
Xext/geint.h
50
Xext/geint.h
|
@ -1,31 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define NEED_EVENTS
|
#define NEED_EVENTS
|
||||||
#define NEED_REPLIES
|
#define NEED_REPLIES
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2006 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
/************************************************************
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
All Rights Reserved
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
* to deal in the Software without restriction, including without limitation
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
documentation for any purpose and without fee is hereby granted,
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
provided that the above copyright notice appear in all copies and that
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
both that copyright notice and this permission notice appear in
|
*
|
||||||
supporting documentation, and that the name of the above listed
|
* The above copyright notice and this permission notice (including the next
|
||||||
copyright holder(s) not be used in advertising or publicity pertaining
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
to distribution of the software without specific, written prior
|
* Software.
|
||||||
permission.
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* DEALINGS IN THE SOFTWARE.
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
*
|
||||||
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
********************************************************/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
49
Xi/getcptr.c
49
Xi/getcptr.c
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define NEED_EVENTS
|
#define NEED_EVENTS
|
||||||
#define NEED_REPLIES
|
#define NEED_REPLIES
|
||||||
|
|
48
Xi/getcptr.h
48
Xi/getcptr.h
|
@ -1,27 +1,27 @@
|
||||||
/************************************************************
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 by Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
All Rights Reserved
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
* to deal in the Software without restriction, including without limitation
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
documentation for any purpose and without fee is hereby granted,
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
provided that the above copyright notice appear in all copies and that
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
both that copyright notice and this permission notice appear in
|
*
|
||||||
supporting documentation, and that the name of the above listed
|
* The above copyright notice and this permission notice (including the next
|
||||||
copyright holder(s) not be used in advertising or publicity pertaining
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
to distribution of the software without specific, written prior
|
* Software.
|
||||||
permission.
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* DEALINGS IN THE SOFTWARE.
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
*
|
||||||
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
********************************************************/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define NEED_EVENTS
|
#define NEED_EVENTS
|
||||||
#define NEED_REPLIES
|
#define NEED_REPLIES
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
49
Xi/querydp.c
49
Xi/querydp.c
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2006 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
48
Xi/querydp.h
48
Xi/querydp.h
|
@ -1,27 +1,27 @@
|
||||||
/************************************************************
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
All Rights Reserved
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
* to deal in the Software without restriction, including without limitation
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
documentation for any purpose and without fee is hereby granted,
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
provided that the above copyright notice appear in all copies and that
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
both that copyright notice and this permission notice appear in
|
*
|
||||||
supporting documentation, and that the name of the above listed
|
* The above copyright notice and this permission notice (including the next
|
||||||
copyright holder(s) not be used in advertising or publicity pertaining
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
to distribution of the software without specific, written prior
|
* Software.
|
||||||
permission.
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* DEALINGS IN THE SOFTWARE.
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
*
|
||||||
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
********************************************************/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
49
Xi/setcptr.c
49
Xi/setcptr.c
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
49
Xi/setcptr.h
49
Xi/setcptr.h
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2006 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
/************************************************************
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
All Rights Reserved
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
* to deal in the Software without restriction, including without limitation
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
documentation for any purpose and without fee is hereby granted,
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
provided that the above copyright notice appear in all copies and that
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
both that copyright notice and this permission notice appear in
|
*
|
||||||
supporting documentation, and that the name of the above listed
|
* The above copyright notice and this permission notice (including the next
|
||||||
copyright holder(s) not be used in advertising or publicity pertaining
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
to distribution of the software without specific, written prior
|
* Software.
|
||||||
permission.
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
* DEALINGS IN THE SOFTWARE.
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
*
|
||||||
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
********************************************************/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
49
Xi/xiselev.c
49
Xi/xiselev.c
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define NEED_EVENTS
|
#define NEED_EVENTS
|
||||||
#define NEED_REPLIES
|
#define NEED_REPLIES
|
||||||
|
|
50
Xi/xiselev.h
50
Xi/xiselev.h
|
@ -1,31 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
49
dix/access.c
49
dix/access.c
|
@ -1,30 +1,27 @@
|
||||||
/*
|
/*
|
||||||
|
* Copyright 2007-2008 Peter Hutterer
|
||||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
* to deal in the Software without restriction, including without limitation
|
||||||
the above copyright notice appear in all copies and that both that
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
copyright notice and this permission notice appear in supporting
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
documentation.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice (including the next
|
||||||
in all copies or substantial portions of the Software.
|
* paragraph) shall be included in all copies or substantial portions of the
|
||||||
|
* Software.
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
*
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
* DEALINGS IN THE SOFTWARE.
|
||||||
Except as contained in this notice, the name of the author shall
|
*
|
||||||
not be used in advertising or otherwise to promote the sale, use or
|
* Author: Peter Hutterer, UniSA, NICTA
|
||||||
other dealings in this Software without prior written authorization
|
*/
|
||||||
from the author.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* This file controls the access control lists for each window.
|
/* This file controls the access control lists for each window.
|
||||||
* Each device can be explicitely allowed or denied access to a given window.
|
* Each device can be explicitely allowed or denied access to a given window.
|
||||||
|
|
|
@ -46,15 +46,6 @@
|
||||||
* authorization from the copyright holder(s) and author(s).
|
* authorization from the copyright holder(s) and author(s).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* MPX additions:
|
|
||||||
* Copyright © 2006 Peter Hutterer
|
|
||||||
* License see above.
|
|
||||||
* Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_XORG_CONFIG_H
|
#ifdef HAVE_XORG_CONFIG_H
|
||||||
#include <xorg-config.h>
|
#include <xorg-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -24,13 +24,6 @@ in this Software without prior written authorization from The Open Group.
|
||||||
*
|
*
|
||||||
* Author: Keith Packard, MIT X Consortium
|
* Author: Keith Packard, MIT X Consortium
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* MPX additions:
|
|
||||||
* Copyright © 2006 Peter Hutterer
|
|
||||||
* License see above.
|
|
||||||
* Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* mieq.c
|
* mieq.c
|
||||||
|
|
|
@ -22,13 +22,6 @@ Except as contained in this notice, the name of The Open Group shall not be
|
||||||
used in advertising or otherwise to promote the sale, use or other dealings
|
used in advertising or otherwise to promote the sale, use or other dealings
|
||||||
in this Software without prior written authorization from The Open Group.
|
in this Software without prior written authorization from The Open Group.
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* MPX additions:
|
|
||||||
* Copyright © 2006 Peter Hutterer
|
|
||||||
* License see above.
|
|
||||||
* Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
|
@ -29,12 +29,6 @@ Except as contained in this notice, the name of The Open Group shall not be
|
||||||
used in advertising or otherwise to promote the sale, use or other dealings
|
used in advertising or otherwise to promote the sale, use or other dealings
|
||||||
in this Software without prior written authorization from The Open Group.
|
in this Software without prior written authorization from The Open Group.
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* MPX additions:
|
|
||||||
* Copyright © 2006 Peter Hutterer
|
|
||||||
* Author: Peter Hutterer <peter@cs.unisa.edu.au>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
Loading…
Reference in New Issue