jpayne@69: /* jpayne@69: * tkMacOSXEvent.h -- jpayne@69: * jpayne@69: * Declarations of Macintosh specific functions for implementing the jpayne@69: * Mac OS X Notifier. jpayne@69: * jpayne@69: * Copyright 2001-2009, Apple Inc. jpayne@69: * Copyright (c) 2005-2009 Daniel A. Steffen jpayne@69: * jpayne@69: * See the file "license.terms" for information on usage and redistribution jpayne@69: * of this file, and for a DISCLAIMER OF ALL WARRANTIES. jpayne@69: */ jpayne@69: jpayne@69: #ifndef _TKMACEVENT jpayne@69: #define _TKMACEVENT jpayne@69: jpayne@69: #ifndef _TKMACINT jpayne@69: #include "tkMacOSXInt.h" jpayne@69: #endif jpayne@69: jpayne@69: /* jpayne@69: * Currently nothing needs to be declared here. jpayne@69: */ jpayne@69: jpayne@69: #endif