Added wofi_get_dso_path()

This commit is contained in:
Scoopta
2020-03-13 13:00:59 -07:00
parent b182442f7a
commit 8e8bd632c5
2 changed files with 11 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ struct widget* wofi_create_widget(struct mode* mode, char* text[], char* search_
void wofi_insert_widgets(struct mode* mode);
char* wofi_get_dso_path(struct mode* mode);
bool wofi_allow_images(void);
bool wofi_allow_markup(void);