summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-08-10 12:02:49 +0200
committerDave Davenport <qball@gmpclient.org>2019-08-10 12:02:49 +0200
commit85279323e65ce6cfe0841f4dd6dcc73017db78f8 (patch)
tree4a5e4989618edf020a474e4f875af7ca2939c43d /include
parent204008d389817c2fc52d8534edce640444329d3a (diff)
Set window title based on mode name.
For dmenu allow customize with `-window-title`. Fixes: #969
Diffstat (limited to 'include')
-rw-r--r--include/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/view.h b/include/view.h
index 96e478a8..1ce1b911 100644
--- a/include/view.h
+++ b/include/view.h
@@ -302,5 +302,9 @@ void rofi_view_get_current_monitor ( int *width, int *height );
* Takes a screenshot.
*/
void rofi_capture_screenshot ( void );
+/**
+ * Set the window title.
+ */
+void rofi_view_set_window_title ( const char * title );
/**@}*/
#endif