Files
cpython-source-deps/macosx/tkMacOSXEvent.h
2021-03-30 00:54:10 +01:00

26 lines
526 B
C

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