Changed the widget insertion system, this should hopefully increase performance and be an all around better system

This commit is contained in:
Scoopta
2020-01-16 16:35:51 -08:00
parent 27227fa3bb
commit e5300b2995
5 changed files with 103 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ void wofi_remove_cache(const gchar* mode, const gchar* cmd);
struct wl_list* wofi_read_cache(char* mode);
void wofi_insert_widget(char* mode, char** text, char* search_text, char** actions, size_t action_count);
struct widget* wofi_create_widget(char* mode, char** text, char* search_text, char** actions, size_t action_count);
bool wofi_allow_images(void);