summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-16 23:31:43 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-16 23:31:43 +0200
commit3e64e4422df516acb519de767889890e384c7645 (patch)
tree0c02bd6c5cd5a7691da61db1f586df5af3378129 /include/view.h
parent1104d1d53a6e8be8448adb2ef5bf7d66d08aa5b9 (diff)
[DMenu] Implement -keep-right
Fixes: #1089
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/view.h b/include/view.h
index ed194466..ba07f32e 100644
--- a/include/view.h
+++ b/include/view.h
@@ -306,5 +306,11 @@ void rofi_capture_screenshot ( void );
* Set the window title.
*/
void rofi_view_set_window_title ( const char * title );
+
+
+/**
+ * set ellipsize mode to start.
+ */
+void rofi_view_ellipsize_start ( RofiViewState *state );
/**@}*/
#endif