tkMacOSXEvent.h 526 B

12345678910111213141516171819202122232425
  1. /*
  2. * tkMacOSXEvent.h --
  3. *
  4. * Declarations of Macintosh specific functions for implementing the
  5. * Mac OS X Notifier.
  6. *
  7. * Copyright 2001-2009, Apple Inc.
  8. * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
  9. *
  10. * See the file "license.terms" for information on usage and redistribution
  11. * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  12. */
  13. #ifndef _TKMACEVENT
  14. #define _TKMACEVENT
  15. #ifndef _TKMACINT
  16. #include "tkMacOSXInt.h"
  17. #endif
  18. /*
  19. * Currently nothing needs to be declared here.
  20. */
  21. #endif