grabdevb.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /************************************************************
  2. Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
  3. All Rights Reserved
  4. Permission to use, copy, modify, and distribute this software and its
  5. documentation for any purpose and without fee is hereby granted,
  6. provided that the above copyright notice appear in all copies and that
  7. both that copyright notice and this permission notice appear in
  8. supporting documentation, and that the name of the above listed
  9. copyright holder(s) not be used in advertising or publicity pertaining
  10. to distribution of the software without specific, written prior
  11. permission.
  12. THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
  13. TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  14. AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
  15. LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  16. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  17. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  18. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  19. ********************************************************/
  20. #ifdef HAVE_DIX_CONFIG_H
  21. #include <dix-config.h>
  22. #endif
  23. #ifndef GRABDEVB_H
  24. #define GRABDEVB_H 1
  25. int SProcXGrabDeviceButton(ClientPtr /* client */
  26. );
  27. int ProcXGrabDeviceButton(ClientPtr /* client */
  28. );
  29. #endif /* GRABDEVB_H */