From 7fa0e30eb2b4f43fe030d8346a59dd1b7dc125a4 Mon Sep 17 00:00:00 2001
From: Andrew Hodgkinson <ahodgkin@gitlab.riscosopen.org>
Date: Mon, 15 Sep 1997 09:04:31 +0000
Subject: [PATCH] Didn't cvs add MiscEvents last time. Sigh.

---
 h/MiscEvents | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 h/MiscEvents

diff --git a/h/MiscEvents b/h/MiscEvents
new file mode 100644
index 0000000..37386a8
--- /dev/null
+++ b/h/MiscEvents
@@ -0,0 +1,27 @@
+/* Copyright 1997 Acorn Computers Ltd
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/***************************************************/
+/* File   : MiscEvents.h                           */
+/*                                                 */
+/* Purpose: Miscellaneous event codes as used in   */
+/*          the Res file.                          */
+/*                                                 */
+/* Author : A.D.Hodgkinson                         */
+/*                                                 */
+/* History: 10-Sep-97: Created from TBEvents.h.    */
+/***************************************************/
+
+#define EOpenNewWindow                  0x20000 /* Open a new browser window (usually from icon bar) */
+#define ECloseWindow                    0x20001 /* Close browser window (via. keyboard shortcut)     */
-- 
GitLab