fix overlapping icons if you have both themes and splashes (#105)

This commit is contained in:
LiquidFenrir
2017-12-08 18:11:52 +01:00
committed by Dylan G
parent adf2a50143
commit fb18dce177
3 changed files with 35 additions and 9 deletions

View File

@@ -60,6 +60,8 @@ typedef struct {
Entry_s * entries;
int entries_count;
ssize_t icon_id_start;
int scroll;
int selected_entry;