summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-30 08:14:53 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-30 08:14:53 +0200
commit51eac318fd5f6803f86831a3a6ddf3f34cb34abe (patch)
treea5f4f668a2a9bc5339d02792d65c81332e43b827 /include/view.h
parente79361e8904a2baa94e2a274bb72f9d95f3b8c02 (diff)
Test #454 unmap window before switching.
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/view.h b/include/view.h
index 5ce93d09..827f57a3 100644
--- a/include/view.h
+++ b/include/view.h
@@ -157,5 +157,9 @@ void rofi_view_workers_finalize ( void );
void __create_window ( MenuFlags menu_flags );
void rofi_view_set_overlay ( RofiViewState *state, const char *text );
+/**
+ * Unmap the window.
+ */
+void rofi_view_hide ( void );
/**@}*/
#endif