summaryrefslogtreecommitdiffstats
path: root/tk8.6/macosx/tkMacOSXEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'tk8.6/macosx/tkMacOSXEvent.h')
-rw-r--r--tk8.6/macosx/tkMacOSXEvent.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/tk8.6/macosx/tkMacOSXEvent.h b/tk8.6/macosx/tkMacOSXEvent.h
new file mode 100644
index 0000000..46d1585
--- /dev/null
+++ b/tk8.6/macosx/tkMacOSXEvent.h
@@ -0,0 +1,23 @@
+/*
+ * 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
+
+MODULE_SCOPE void TkMacOSXFlushWindows(void);
+
+#endif