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:
@@ -269,7 +269,8 @@ enum ICON_TYPES
|
||||
ICON_NETWORK, ///< "Network" drive
|
||||
ICON_STAR, ///< Star (favorite)
|
||||
ICON_DROPDOWN, ///< Dropdown arrow
|
||||
NB_ICON_SPRITES ///< Number of 8x8 icons
|
||||
NB_ICON_SPRITES, ///< Number of 8x8 icons
|
||||
ICON_NONE ///< None of the above
|
||||
};
|
||||
|
||||
/// Identifiers for the buttons in the menu.
|
||||
|
||||
Reference in New Issue
Block a user