summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
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 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