aboutsummaryrefslogtreecommitdiffstats
path: root/src/events/ui.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-11-16 08:11:00 -0500
committerClyne Sullivan <clyne@bitgloo.com>2022-11-16 08:19:53 -0500
commit034c802edd39be537a626c1961272a6137b5980e (patch)
treed9b042878d8a8f573cf09744814270a32b920b89 /src/events/ui.hpp
parentf892f3c3afb4a3795dc3ba5c26cacd1f8088b902 (diff)
text clears with dialog box
Diffstat (limited to 'src/events/ui.hpp')
-rw-r--r--src/events/ui.hpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/events/ui.hpp b/src/events/ui.hpp
new file mode 100644
index 0000000..7d4ad5c
--- /dev/null
+++ b/src/events/ui.hpp
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2022 Clyne Sullivan <clyne@bitgloo.com>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef EVENTS_UI_HPP_
+#define EVENTS_UI_HPP_
+
+struct HideDialog
+{
+ char unused;
+};
+
+#endif // EVENTS_UI_HPP
+