Fix some compilation warnings (mix code and declarations, breaks on gcc2). Fileselector: Fix the names of drives, which was one character too long, overwriting the scrollbar. Reworked the drive icons for black background (all skins)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1559 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -916,7 +916,7 @@ void Draw_script_information(T_Fileselector_item * script_item)
|
||||
// Add a script to the list
|
||||
void Add_script(const char *name)
|
||||
{
|
||||
Add_element_to_list(&Scripts_list, Find_last_slash(name)+1, 0);
|
||||
Add_element_to_list(&Scripts_list, Find_last_slash(name)+1, 0, ICON_NONE);
|
||||
}
|
||||
|
||||
void Highlight_script(T_Fileselector *selector, T_List_button *list, const char *selected_script)
|
||||
|
||||
Reference in New Issue
Block a user